To Axis Angle
Rotation
The To Axis Angle node takes in a Quaternion and returns an axis being rotating and the angle of how much it is rotating by.
Inputs
Q (Pseudo-Generic)
The quaternion value.
Outputs
Axis (Pseudo-Generic)
Returns the axis.
Angle (Pseudo-Generic)
Returns the the amount rotated.
See Also
- Wikipedia's definition of quaternion & euler angles.