Click or drag to resize

MatrixInvert Method

Modifies this matrix to become its own inverse.

Matrix might be non-invertible (singular) and the return value will be false.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Invert(
	double zeroTolerance
)

Parameters

zeroTolerance
Type: SystemDouble
The admitted tolerance for 0.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.
See Also