Uses of Enum Class
com.geodesk.geom.Heading
Packages that use Heading
- 
Uses of Heading in com.geodesk.geom
Methods in com.geodesk.geom that return HeadingModifier and TypeMethodDescriptionstatic HeadingHeading.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 HeadingReturns 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.Methods in com.geodesk.geom with parameters of type Heading