Pointy

object Pointy(source)

Enumeration of direction constants for Pointy-top hexagonal layout. Directions start from 'Right' and move counter-clockwise.

Properties

Link copied to clipboard
const val BottomLeft: Int = 4
Link copied to clipboard
const val BottomRight: Int = 5
Link copied to clipboard
const val Left: Int = 3
Link copied to clipboard
const val Right: Int = 0
Link copied to clipboard
const val TopLeft: Int = 2
Link copied to clipboard
const val TopRight: Int = 1