Inverse Rotation
Rotation
The Inverse Rotation node takes in a Quaternion value (a floatQ or doubleQ), and returns the inverted rotational value of the same type.
Inputs
Q (Pseudo-Generic)
The quaternion we want to invert.
Outputs
* (Pseudo-Generic)
Returns the inverted quaternion.
See Also
- Wikipedia's definition of quaternion.