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
To (Pseudo-Generic)
Returns a quaternion that has been rotated to the ending point.
See Also
- Wikipedia's definition of quaternion & euler angles.