Vector2d.IsTiny Method

Vector2dIsTiny Method

Uses RhinoMath.ZeroTolerance for IsTiny calculation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool IsTiny()
Public Function IsTiny As Boolean

Return Value

Type: Boolean
true if vector is very small, otherwise false.
Version Information

Rhino for Windows

Supported in: 6.14
See Also