Click or drag to resize

QuaternionExtensions Methods

The QuaternionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApproximately
Returns True if they are approximately the same, otherwise false
Public methodStatic memberCompare
Returns True if they are the same, otherwise false
Public methodStatic memberFromWebToUnity
Transforms a rotation from right-handed z-toward (WebGL) to left-handed z-away (Unity) coordinate system.
Public methodStatic memberMaskYRotation
Only keep the Y rotation for the quaternion. Remove X and Z.
Public methodStatic memberSignedAngle
Calculate the signed angle between two rotations
Top
See Also