Matrix4FGetInverse Method |
Inverts the current instance of
Matrix4F if it is invertible and returns the result.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Matrix4F GetInverse()
Return Value
Matrix4FIf the current instance of
Matrix4F is invertible, returns the inverted matrix;
otherwise returns the original matrix.
See Also