Graphmath.Quatern.conjugate
You're seeing just the function
conjugate
, go back to Graphmath.Quatern module for more information.
Link to this function
conjugate(quat)
Specs
conjugate(quat)
returns the conjugate of a quaternion.
quat
is the quaternion to get the conjugate of.
It returns a quatern
representing the inverse of the unit quatern.
Note that the conjugate of a unit quaternion is its inverse.