Click or drag to resize

DiagonalMatrixInvert Method

Creates a new Matrix which is the inverse of the current matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public override Matrix Invert()

Return Value

Type: Matrix
The new matrix.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the matrix is singular or rank deficient, and therefore cannot be inverted.
See Also