Click or drag to resize
DigitalRuneMatrix33FInvert Method
Inverts the matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void Invert()
Exceptions
ExceptionCondition
MathematicsException The matrix is singular (i.e. it is not invertible).
See Also