Enumeration IDirection

Dice Throw Direction

Expressed in counterclockwise degree rotations starting from North (N). N will throw a dice from the North edge of the board towards the board center.

Enumeration Members

N NE E SE S SW W NW

Enumeration Members

N: 0

North

NE: -45

Northeast

E: -90

East

SE: -135

Southeast

S: -180

South

SW: -225

Southwest

W: -270

West

NW: -315

Northwest

Generated using TypeDoc