isAlmostEqualXAndY MethodStatic

Toleranced equality test using tolerance tolerance * ( 1 + abs(a.x) + abs(a.y) + abs(b.x) + abs(b.y) ).

isAlmostEqualXAndY(a: Readonly<WritableXAndY>, b: Readonly<WritableXAndY>, tolerance: numberGeometry.smallAngleRadians): boolean

Parameter Type Description
a Readonly<WritableXAndY>  
b Readonly<WritableXAndY>  
tolerance number  

Returns - boolean

Defined in

Last Updated: 21 November, 2024