Axis

Overview

Axis is a enum in Aspose.3D FOSS for Java.

Axis enum supplies constants for the six principal directions, allowing developers to specify orientation vectors such as X_AXIS or NEGATIVE_Z_AXIS.

This enumeration defines 6 values: X_AXIS, Y_AXIS, Z_AXIS, NEGATIVE_X_AXIS, NEGATIVE_Y_AXIS, NEGATIVE_Z_AXIS.

Values

ValueDescription
X_AXISRepresents the positive X axis direction
Y_AXISRepresents the positive Y axis direction
Z_AXISRepresents the positive Z axis direction
NEGATIVE_X_AXISRepresents the negative X axis direction
NEGATIVE_Y_AXISRepresents the negative Y axis direction
NEGATIVE_Z_AXISRepresents the negative Z axis direction

See Also

 English