vectorUncheckedIndexIndex Method
Return a vector from the point at indexA to the point at indexB.
- This method does not check for index validity. Use vectorIndexIndex to have validity test.
vectorUncheckedIndexIndex(indexA: number, indexB: number, result?: Vector3d): Vector3d
| Parameter | Type | Description |
|---|---|---|
| indexA | number | index of point within the array. |
| indexB | number | index of point within the array. |
| result | Vector3d | caller-allocated vector. |
Returns - Vector3d
Defined in
Last Updated: 13 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.