Click or drag to resize

Matrix4FInverse Method

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:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public bool Inverse()

Return Value

Type: Boolean
True if the current instance of Matrix4F is invertible; False otherwise.
See Also