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;
Matrix33 Structure | mPhysics.Foundation Namespace