M_Rhino_Geometry_Matrix_Invert - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool Invert(
double zeroTolerance
)
VB
Public Function Invert (
zeroTolerance As Double
) As Boolean
- zeroTolerance
- Type: System.Double
The admitted tolerance for 0.
Type: Boolean
true if operation succeeded; otherwise false.
Supported in: 6.0.16224.21491, 5D58w