Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/types
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/types/Vector3.h |
Include | #include "dna/types/Vector3.h" |
Syntax
struct Vector3
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
float | x | |
![]() |
float | y | |
![]() |
float | z |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
Vector3 & | operator*=
(
const Vector3& rhs |
|
![]() |
Vector3 & | operator*=
(
float rhs |
|
![]() |
Vector3 & | operator/=
(
const Vector3& rhs |
|
![]() |
Vector3 & | operator/=
(
float rhs |
|
![]() |
Vector3 & | operator+=
(
const Vector3& rhs |
|
![]() |
Vector3 & | operator+=
(
float rhs |
|
![]() |
Vector3 & | operator-=
(
const Vector3& rhs |
|
![]() |
Vector3 & | operator-=
(
float rhs |