mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Quaternion.InverseTransform Method 

 [This is preliminary documentation and subject to change.]

Rotate the given vector by the inverse of this quaternion and return the result.

[Visual Basic]
Public Function InverseTransform( _ 
   ByRef Vector3& As Vector3 _ 
) As Vector3
[C#]
public Vector3 InverseTransform(
   ref Vector3 Vector3&
);
[C++]
public: Vector3 InverseTransform(
   * Vector3* Vector3&
);
[JScript]
public function InverseTransform(
   Vector3 Vector3&
): Vector3;

See Also

Quaternion Structure | mPhysics.Foundation Namespace