Inverts the current instance of 
Matrix4 and determines whether the matrix is invertible.
            Determines whether the current instance of 
Matrix4 is invertible and, if so, inverts this matrix.
            
 
    Namespace: 
   NeoAxis
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
SyntaxReturn Value
Type: 
BooleanTrue if the current instance of 
Matrix4 is invertible; False otherwise.
 See Also
See Also