Created a page for the From To Rotation node. |
Fixed a description header. |
||
Line 27: | Line 27: | ||
== Outputs == | == Outputs == | ||
=== | === * (Pseudo-Generic) === | ||
Returns a quaternion that has been rotated to the ending point. | Returns a quaternion that has been rotated to the ending point. |
Latest revision as of 18:29, 30 June 2024
From To Rotation
Rotation
The From To Rotation node takes in euler angle values (a starting point and an ending point), and returns a Quaternion that has been rotated to the ending point.
Inputs
From (Pseudo-Generic)
The euler angle rotation starting point.
To (Pseudo-Generic)
The euler angle we want to rotate to.
Outputs
* (Pseudo-Generic)
Returns a quaternion that has been rotated to the ending point.
See Also
- Wikipedia's definition of quaternion & euler angles.