Class representing the plane on which a certain Direction lays
5.0
Since Plane is originally a Java enum, new instances cannot be constructed
true if the given Direction lays on the following Plane, false otherwise or if the given Direction is null
array of Directions laying on the following Plane
iterator for the list of Directions laying on the following Plane
one of Directions laying on the following Plane, randomly chosen using given java.util.Random object
Generated using TypeDoc
Class representing the plane on which a certain Direction lays
5.0