Uses of Enum Class
com.geodesk.geom.Heading

Packages that use Heading
Package
Description
 
  • Uses of Heading in com.geodesk.geom

    Methods in com.geodesk.geom that return Heading
    Modifier and Type
    Method
    Description
    static 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
    Heading.valueOf(String name)
    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 Heading
    Modifier and Type
    Method
    Description
    static int
    Tile.neighbor(int fromTile, Heading direction)
    Returns the tile number of an adjacent tile that lies in the specified direction.