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

Last Updated: 28 April, 2026