ILNumerics Ultimate VS

Matrix4Invert Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Calculate the inverse of the given matrix

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static Matrix4 Invert(
	Matrix4 mat
)

Parameters

mat
Type: ILNumerics.DrawingMatrix4
The matrix to invert

Return Value

Type: Matrix4
The inverse of the given matrix if it has one, or the input if it is singular
Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if the Matrix4 is singular.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference