Point. Function.equals
sprotty-protocol / Point / equals
equals(
point1
,point2
):boolean
Defined in: utils/geometry.ts:68
Specifies whether a point has exactly the same coordinates as another point.
a point
another point
boolean
true
if point1
has exactly the same x
and y
values as point2
, false
otherwise.