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