An NDoc Documented Class Library

Matrix.invert Method 

Inverts a matrix and returns this. Is the matrix singular then a MathException is fired.

public Matrix invert();

Return Value

the inverse Matrix

See Also

Matrix Class | Minais.Drawing3d.Math Namespace