isSameVector2d MethodStatic
Boolean test for small xy-distance within tolerance.
- smallMetricDistance is used if tolerance is undefined.
isSameVector2d(dataA: Vector2d, dataB: Vector2d, tolerance: numberGeometry.smallMetricDistance): boolean
| Parameter | Type | Description | 
|---|---|---|
| dataA | Vector2d | |
| dataB | Vector2d | |
| tolerance | number | 
Returns - boolean
Defined in
- Geometry.ts Line 442
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.