Q-1
of this quaternion Q
such that QQ-1 = [0,0,0,1]
(the identity quaternion). Note that for unit quaternions, a quaternion's inverse is equal to its (far easier to calculate) conjugate.
@param store the Quaternion
to store the result in. If null
, a new one is created.
@see #conjugate(Quaternion)
@return the multiplicative inverse of this quaternion.
|
|