SplitVec (2 | 3)
Function. Splits a 2D or 3D vector into its individual components.
This is the inverse operation of Value blocks — it decomposes a vector into separate float values.
Input:
- Vector (input): The 2D or 3D vector to split.
Outputs:
- X (float): The X component.
- Y (float): The Y component.
- Z (float): The Z component (3D variant only).