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