Created a page for the Euler Angles node. |
Added a further reading section and a video (explaining the 2 different rotation types). |
||
Line 25: | Line 25: | ||
Returns the euler angle equivelent of this quaternion. | Returns the euler angle equivelent of this quaternion. | ||
== Further Reading == | |||
=== Videos === | |||
<youtube>sJcVJEOwLUs</youtube> | |||
== See Also == | == See Also == |
Latest revision as of 18:02, 30 June 2024
Euler Angles
Rotation
The Euler Angles node takes in a Quaternion value (a floatQ or doubleQ), and returns the converted value in Euler Angles.
Inputs
Q (Pseudo-Generic)
The quaternion we want to convert.
Outputs
* (Pseudo-Generic)
Returns the euler angle equivelent of this quaternion.
Further Reading
Videos
See Also
- Wikipedia's definition of quaternion & euler angles.