Vector 3
For nodes related to Vector3 mathematical operations, see Vector3 Math.
Cast > Euler To Quaternion
Converts a Vector3 component to a quaternion rotation.
Inputs:
Euler Angles
Vector3 [editable]
A Euler angle representation of a rotation.
Outputs:
Output
Quaternion
Quaternion rotation.
Build Vector3
Create a Vector3.
Inputs:
X
Float [editable]
X component of the vector.
Y
Float [editable]
Y component of the vector.
Z
Float [editable]
Z component of the vector.
Outputs:
Output
Vector3
The constructed Vector3.
Get Vector3
Converts a Vector3 component to a Vector3 value.
Inputs:
Vector3 Component
Vector3 Component
Reference to a Vector3 component.
Outputs:
Vector3 Out
Vector3
The value of the Vector3 component.
Set Vector3
Set the value of a Vector3 component.
Inputs:
Enter
Flow
The initiating flow.
Vector3 Component
Vector3 Component
Reference to a Vector3 component.
Value In
Vector3 [editable]
The value to assign to the Vector3 component.
Outputs:
Exit
Flow
Continuation of the initiating flow.
Vector3 Out
Vector3
Same as Value In
.
Split Vector3
Splits a Vector3 into its constituent parts.
Inputs:
Vector3 In
Vector3
The input vector.
Outputs:
X
Float
X component of the vector.
Y
Float
Y component of the vector.
Z
Float
Z component of the vector.
Last updated