almostEqualXYUncheckedIndexIndex Method
Test whether the xy-coordinates of the indexed points are equal within tolerance. The z-coordinates are ignored.
- This method does not check for index validity. Use almostEqualXYIndexIndex to have validity test.
almostEqualXYUncheckedIndexIndex(index0: number, index1: number, tolerance: number = Geometry.smallMetricDistance): boolean
@returns whether the xy-coordinates of the points are equal within tolerance.
Returns - boolean
whether the xy-coordinates of the points are equal within tolerance.
Defined in
- geometry3d/IndexedXYZCollection.ts Line 499
Last Updated: 13 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.