Since AxisDirection is originally a Java enum, new instances cannot be constructed
new AxisDirection(-1, "Towards negative");
new AxisDirection(1, "Towards positive");
coordinate offset for the following AxisDirection,
1 for POSITIVE
and -1 for NEGATIVE
Generated using TypeDoc
Class representing the direction of the Direction's axis. Basically whether the coordinate offset of a Direction is positive or negative.
5.0