Vector to XYZ

Splits a vector into its x, y and z components.


Inputs

  • vector

    • The vector value to split.

Outputs

  • x

    • The x value of the input vector.
  • y

    • The y value of the input vector.
  • z

    • The z value of the input vector.
  • x as list

    • The list of x values of the input vectors.
  • y as list

    • The list of y values of the input vectors.
  • z as list

    • The list of z values of the input vectors.

Note(s)

  • Other names for this node include: VectorToXYZ, Vector to float, Explode, Vector to components, and Decompose.

Example(s)