Calc Angles between 3D Vectors
Usage Scenario
This Step is a general-purpose 3D-vector angle calculation step with no fixed usage scenarios.
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. |
|
The input 3D vector cannot be a zero vector. If any of the input vectors is a zero vector, an error will occur when running the step. |
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.
|