isDistanceWithinTol MethodStatic
Test if a distance is smaller than tolerance (or equal).
isDistanceWithinTol(distance: number, tolerance: number = Geometry.smallMetricDistance): boolean
| Parameter | Type | Description |
|---|---|---|
| distance | number | |
| tolerance | number | distance tolerance. Default value is smallMetricDistance. |
Returns - boolean
Defined in
- Geometry.ts Line 620
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.