Point 3D Unpack
Turn a point with 3 dimensions (position, rotation) into its individual X, Y, and Z values.
Point 3D Unpack
- X
- Y
- Z
- Input
A point with 3 dimensions.
- X
A number that represents the X value, which can represent a horizontal position or pitch rotation.
- Y
A number that represents the Y value, which can represent a vertical position or yaw rotation.
- Z
A number that represents the Z value, which can represent a depth position or roll rotation.