Quaternion
Unity equivalent documentation: https://docs.unity3d.com/ScriptReference/Quaternion.html
Unimplemented Methods
Known Differences Between Implemented Methods
Slerp()
andSlerpUnclamped()
- When slerping between directions separated by 180 degrees, there is no unique path to slerp along. This library will produce a validSlerp()
, but in general it will not exactly match theSlerp()
produced by the Unity methods.