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