Vec4 Unpack
Turn a point with 4 dimensions into its individual X, Y, Z, and W values.
Vec4 Unpack
- X
- Y
- Z
- W
- Input
A point with 4 dimensions.
- X
A number that represents the X value.
- Y
A number that represents the Y value.
- Z
A number that represents the Z value.
- W
A number that represents the W value.