Return the angle between this and the given quaternion.
[Visual Basic] Public Function GetAngleBetween( _ ByRef Quaternion& As Quaternion _ ) As Single [C#] public float GetAngleBetween( ref Quaternion Quaternion& ); [C++] public: float GetAngleBetween( * Quaternion* Quaternion& ); [JScript] public function GetAngleBetween( Quaternion Quaternion& ): float;
Quaternion Structure | mPhysics.Foundation Namespace