Compose Vector3Ds from Numbers¶
Function¶
This Step combines three numeric values (X, Y, Z) into a vector of type Vector3D. Multiple sets of (X, Y, Z) values can be input at a time to compose multiple vectors.
Usage Scenario¶
This Step is a general data format conversion Step. This Step has no fixed usage scenarios.
Input and Output¶
Input:
X values for combining into vectors.
Y values for combining into vectors.
Z values for combining into vectors.
Output:
Vectors formed by combining inputs.