Quat:conjugate
EditConjugates the input quaternion in place, returning the input. If the quaternion is normalized, this is the same as inverting it. It negates the (x, y, z) components of the quaternion.
q = Quat:conjugate()
Arguments
None
Returns
Name | Type | Description |
q | Quat | The original quaternion. |
See also
Quat