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