Click or drag to resize

Vector3IsTiny Method

Determine whether the vector is small.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsTiny(
	double tol = 1E-12
)

Parameters

tol (Optional)
Type: SystemDouble
Threshold.

Return Value

Type: Boolean
True if small, false otherwise.
See Also