Function.Almost Equals
sprotty-protocol / almostEquals
almostEquals(
a
,b
):boolean
Defined in: utils/geometry.ts:328
Returns whether two numbers are almost equal, within a small margin (0.001)
number
First number
number
Second number
boolean
True if the two numbers are almost equal