Navigation
API > API/Plugins > API/Plugins/RigLogicLib
| Name | Vector3 |
| Type | struct |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/types/Vector3.h |
| Include Path | #include "dna/types/Vector3.h" |
Syntax
struct Vector3
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| x | float | dna/types/Vector3.h | ||
| y | float | dna/types/Vector3.h | ||
| z | float | dna/types/Vector3.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Vector3 & operator*=
(
const Vector3& rhs |
dna/types/Vector3.h | ||
Vector3 & operator*=
(
float rhs |
dna/types/Vector3.h | ||
Vector3 & operator/=
(
const Vector3& rhs |
dna/types/Vector3.h | ||
Vector3 & operator/=
(
float rhs |
dna/types/Vector3.h | ||
Vector3 & operator+=
(
const Vector3& rhs |
dna/types/Vector3.h | ||
Vector3 & operator+=
(
float rhs |
dna/types/Vector3.h | ||
Vector3 & operator-=
(
const Vector3& rhs |
dna/types/Vector3.h | ||
Vector3 & operator-=
(
float rhs |
dna/types/Vector3.h |