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

Matrix33.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 Matrix33
[C#]
public Matrix33 GetInverse();
[C++]
public: Matrix33 GetInverse();
[JScript]
public function GetInverse(): Matrix33;

See Also

Matrix33 Structure | mPhysics.Foundation Namespace