🤔 Unity, huh, how?

🤔

Quaternion.Inverse

Declaration

public static Quaternion Inverse(Quaternion rotation);

Description

Returns the opposite rotation.
This is often used to undo rotations to perform local space modifications before re-applying the rotation.


Return to Quaternions.