Outputs
XYZ
Outputs the first three components of the vector. If a fourth component exists, it will be ignored. This will turn a 4D vector into a 3D vector.
Outputs a two-dimensional vector that only contains the X and Y components of the input vector. A 2D vector will be created.
X [-∞..+∞]
Y [-∞..+∞]
Z [-∞..+∞]
W [-∞..+∞]
Here the vector’s individual components can be queried. If a respective component is missing in the input vector, a value of 0 will be output for it.
Provides the vector components addressed by the Index input.