Calc Angles between 3D Vectors
Function
This Step calculates the angles between two Vector3D vectors. Multiple pairs of vectors can be input at a time.
Input and Output
Input
| Input port | Data type | Description |
|---|---|---|
Original 3D Vector |
Vector3D[] |
Angles between the 3D vector from this port and the corresponding 3D vector from the other port will be calculated and output. |
Another 3D Vector |
Vector3D[] |
Angles between the 3D vector from this port and the corresponding 3D vector from the other port will be calculated and output. |
Parameter Description
| Parameter | Description |
|---|---|
Predefined Vector |
Parameter description: Specify 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 |