API Reference > geometry-core > CartesianGeometry > AxisOrder AxisOrder Enumeration Enumeration of the 6 possible orderings of XYZ axis order Members Name Value Description XYZ 0 Right handed system, X then Y then Z YZX 1 Right handed system, Y then Z then X ZXY 2 Right handed system, Z then X then Y XZY 4 Left handed system, X then Z then Y YXZ 5 Left handed system, Y then X then Z ZYX 6 Left handed system, Z then Y then X Defined in core/geometry/src/Geometry.ts Line 21 Last Updated: 15 June, 2021