almostEqualXYIndexIndex Method
Test whether the xy-coordinates of the indexed points are equal within tolerance. The z-coordinates are ignored.
almostEqualXYIndexIndex(index0: number, index1: number, tolerance: numberGeometry.smallMetricDistance): undefined | boolean
@returns whether the xy-coordinates of the points are equal within tolerance, or undefined
if either index is invalid.
Returns - undefined | boolean
whether the xy-coordinates of the points are equal within tolerance, or undefined
if either index is invalid.
Defined in
- geometry3d/IndexedXYZCollection.ts Line 358
Last Updated: 30 July, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.