GSDL::Direction
Inherits Enum < Comparable < Value < Object
Constants
Up = 0
UpRight = 1
Right = 2
DownRight = 3
Down = 4
DownLeft = 5
Left = 6
UpLeft = 7
North = 0
Cardinal Aliases
South = 4
East = 2
West = 6
NorthEast = 1
Ordinal Aliases
NorthWest = 7
SouthEast = 3
SouthWest = 5