Click or drag to resize

Matrix4FGetInverse Method

Inverts the current instance of Matrix4F if it is invertible and returns the result.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Matrix4F GetInverse()

Return Value

Type: Matrix4F
If the current instance of Matrix4F is invertible, returns the inverted matrix; otherwise returns the original matrix.
See Also