Uses of Enum Class
nl.tudelft.simulation.language.d2.DirectionalLine.Side
-
Uses of DirectionalLine.Side in nl.tudelft.simulation.language.d2
Modifier and TypeMethodDescriptionDirectionalLine.getSide
(Line2D.Double line) Gets the side of this line that the specified line segment is on.DirectionalLine.getSideThick
(double x, double y) Gets the side of this line the specified point is on.DirectionalLine.getSideThin
(double x, double y) Gets the side of this line the specified point is on.static DirectionalLine.Side
Returns the enum constant of this class with the specified name.static DirectionalLine.Side[]
DirectionalLine.Side.values()
Returns an array containing the constants of this enum class, in the order they are declared.