Click or drag to resize

Matrix3GetInverse Method

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

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

Return Value

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