Compose Vector3Ds from Numbers
Function Description
Used to combine three input values X, Y, Z into a vector of Vector3D type (3D vector).
Use Cases
Often used to combine different components of multiple vectors to generate new 3D vectors. It is typically used together with the “Decompose Vector3D to Numbers” operator.
Inputs
X Values: X value used to compose Vector3D.
Y Values: Y value used to compose Vector3D.
Z Values: Z value used to compose Vector3D.
Outputs
Composed Vector3D: Composed Vector3D vector.
Parameters
None.