isAlmostEqual Method

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

isAlmostEqual(other: Readonly<Readonly<WritableXYAndZ>>, tol?: number): boolean

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

Returns - boolean

Defined in

Last Updated: 15 March, 2024