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:

  1. X values for combining into vectors.

  2. Y values for combining into vectors.

  3. Z values for combining into vectors.

  • Output:

  1. Vectors formed by combining inputs.