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

Last Updated: 28 October, 2025