isAlmostEqualXAndY MethodStatic
Toleranced equality test for xy points.
isAlmostEqualXAndY(a: XAndY, b: XAndY, tolerance: number = Geometry.smallAngleRadians): boolean
| Parameter | Type | Description |
|---|---|---|
| a | XAndY | first point |
| b | XAndY | second point |
| tolerance | number | relative coordinate tolerance. Default value is smallAngleRadians. |
Returns - boolean
Defined in
- Geometry.ts Line 624
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.