Calc Cross Products of 3D Vectors
Input and Output
Input
| Input port | Data type | Description |
|---|---|---|
Original 3D Vector |
Vector3D[] |
First list of 3D vectors for computing the cross products. |
Another 3D Vector |
Vector3D[] |
Second list of 3D vectors for computing the cross products. |
|
When the two corresponding 3D vectors are parallel, the cross product will be zero vectors, and a warning message will be output when the Step is run. |
Parameter Description
| Parameter | Description |
|---|---|
Predefined Vector |
Parameter description: Customize the 3D vector. When the "Another 3D Vector" input port is not connected, you can manually specify the reference 3D vector through this parameter. Default value: 0, 0, 1 |