public static Quaternion Inverse(Quaternion rotation);
Returns the opposite rotation. This is often used to undo rotations to perform local space modifications before re-applying the rotation.
Return to Quaternions.