Uses of Enum Class
com.geodesk.geom.Heading
-
Uses of Heading in com.geodesk.geom
Modifier and TypeMethodDescriptionstatic Heading
Heading.fromDegrees
(double degrees) Returns the Heading closest to the given compass heading in degrees (0 = north, 90 = east, etc.)Heading.reversed()
Returns the opposite heading.Heading.turnedBy
(double degrees) static Heading
Returns the enum constant of this class with the specified name.static Heading[]
Heading.values()
Returns an array containing the constants of this enum class, in the order they are declared.