moveIndexToIndex Method
Move the coordinates at fromIndex to toIndex.
- No action if either index is invalid.
moveIndexToIndex(fromIndex: number, toIndex: number): void
| Parameter | Type | Description |
|---|---|---|
| fromIndex | number | |
| toIndex | number |
Returns - void
Defined in
- geometry3d/GrowableXYZArray.ts Line 343
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.