Direction Hex
A collection of constants representing directions
Entries
UP_UP_RIGHT
Link copied to clipboard
UP_UP_RIGHT(Coordinate2D(1, 3))
Content copied to clipboard
DOWN_RIGHT
Link copied to clipboard
DOWN_RIGHT(Coordinate2D(1, -1))
Content copied to clipboard
DOWN_DOWN_RIGHT
Link copied to clipboard
DOWN_DOWN_RIGHT(Coordinate2D(1, -3))
Content copied to clipboard
DOWN_DOWN_LEFT
Link copied to clipboard
DOWN_DOWN_LEFT(Coordinate2D(-1, -3))
Content copied to clipboard
UP_UP_LEFT
Link copied to clipboard
UP_UP_LEFT(Coordinate2D(-1, 3))
Content copied to clipboard