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