Category: Vector
Kind: Operation
Description: Deconstruct a vector
Inputs
Name | Abbreviation | Type | Access | Description |
Vector | V | Vector | Item | The vector to deconstruct |
Outputs
Name | Abbreviation | Type | Access | Description |
X | X | Number | Item | The x component of the vector |
Y | Y | Number | Item | The y component of the vector |
Z | Z | Number | Item | The z component of the vector |
How to
input a vector
The results are the x, y, and z coordinates of the provided vector
