Skip to content

M_Rhino_Geometry_Matrix_Invert

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Matrix.Invert 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) Version: Rhino 6.0

Syntax

C#

public bool Invert(
	double zeroTolerance
)

VB

Public Function Invert ( 
	zeroTolerance As Double
) As Boolean

Parameters

 

zeroTolerance
Type: System.Double
The admitted tolerance for 0.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Rhino.Geometry Namespace

Clone this wiki locally