Click or drag to resize

Vector2dIsTiny Method

Uses RhinoMath.ZeroTolerance for IsTiny calculation.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool IsTiny()

Return Value

Type: Boolean
true if vector is very small, otherwise false.
See Also