Uses of Enum Class
com.geodesk.geom.Heading
Packages that use Heading
-
Uses of Heading in com.geodesk.geom
Subclasses with type arguments of type Heading in com.geodesk.geomMethods in com.geodesk.geom that return HeadingModifier 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 oppositeHeading
.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.Methods in com.geodesk.geom with parameters of type HeadingModifier and TypeMethodDescriptionstatic int
Tile.neighbor
(int fromTile, Heading direction) Returns the tile number of an adjacent tile that lies in the specified direction.