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