| Matrix3FGetInverse Method  | 
 
            Inverts the current instance of 
Matrix3F if it is invertible and returns the result.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic Matrix3F GetInverse()
Return Value
Type: 
Matrix3FIf the current instance of 
Matrix3F is invertible, returns the inverted matrix;
            otherwise returns the original matrix.
 See Also
See Also