distanceSquaredUncheckedIndexIndex Method
Return distance squared between indicated points.
- This method does not check for index validity. Use distanceSquaredIndexIndex to have validity test.
distanceSquaredUncheckedIndexIndex(i: number, j: number): number
| Parameter | Type | Description |
|---|---|---|
| i | number | first point index. |
| j | number | second point index. |
Returns - number
Defined in
- geometry3d/GrowableXYZArray.ts Line 961
Last Updated: 10 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.