isAlmostEqual Method

Returns true if this and other have equal x,y,z parts within Geometry.smallMetricDistance.

isAlmostEqual(other: XYAndZ, tol?: number): boolean

Parameter Type Description
other XYAndZ The other XYAndZ to compare
tol number The tolerance for the comparison. If undefined, use Geometry.smallMetricDistance

Defined in

Last Updated: 23 April, 2020