Axis¶
enum class Axis
Enumerates the axes of the cartesian coordinate system.
- PositiveX
- The positive X axis (1, 0, 0).
- PositiveY
- The positive Y axis (0, 1, 0).
- PositiveZ
- The positive Z axis (0, 0, 1).
- NegativeX
- The negative X axis (-1, 0, 0).
- NegativeY
- The negative Y axis (0, -1, 0).
- NegativeZ
- The negative Z axis (0, 0, -1).