Class representing the axis, which the Direction's plane is perpendicular to.
5.0
Since Axis is originally a Java enum, new instances cannot be constructed
new Axis("x", Plane.HORIZONTAL);
new Axis("y", Plane.VERTICAL);
new Axis("z", Plane.HORIZONTAL);
true if the following Axis matches with the given Direction's Axis, false otherwise or if given Direction is null
Axis instance by given name or null if a Axis with given name does not exist
Generated using TypeDoc
Class representing the axis, which the Direction's plane is perpendicular to.
5.0