Fields_T_Rhino_RhinoMath - mcneel/rhinocommon-api-docs GitHub Wiki
The RhinoMath type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
DefaultAngleTolerance | Represents the default angle tolerance, used when no other values are provided. This is one degree, expressed in radians. |
![]()
|
SqrtEpsilon | Represents a default value that is used when comparing square roots. This value is several orders of magnitude larger than ZeroTolerance. |
![]()
|
UnsetSingle | Gets the single precision floating point number that is considered 'unset' in Rhino. |
![]()
|
UnsetValue | Gets the Rhino standard Unset value. Use this value rather than Double.NaN when a bogus floating point value is required. |
![]()
|
ZeroTolerance | Gets the Zero Tolerance constant (1.0e-12). |
