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

Matrix34.GetInverse Method 

 [This is preliminary documentation and subject to change.]

Returns the inverse of this matrix, or the identity if it is singular.

[Visual Basic]
Public Function GetInverse() As Matrix34
[C#]
public Matrix34 GetInverse();
[C++]
public: Matrix34 GetInverse();
[JScript]
public function GetInverse(): Matrix34;

See Also

Matrix34 Structure | mPhysics.Foundation Namespace