axisIndexToRightHandedAxisOrder MethodStatic
Return the AxisOrder for which axisIndex is the first named axis.
axisIndex === 0returnsAxisOrder.XYZaxisIndex === 1returnsAxisOrder.YZXaxisIndex === 2returnsAxisOrder.ZXY
axisIndexToRightHandedAxisOrder(axisIndex: AxisIndex): AxisOrder
| Parameter | Type | Description |
|---|---|---|
| axisIndex | AxisIndex |
Returns - AxisOrder
Defined in
- Geometry.ts Line 655
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.