Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested enum: RT.Coordinates.Square.Direction

Summary

Identifies a direction within a 2D rectilinear grid.

Enum values

4Down (dx = 0, dy = 1).
5Down and left (dx = -1, dy = 1).
3Down and right (dx = 1, dy = 1).
6Left (dx = -1, dy = 0).
2Right (dx = 1, dy = 0).
0Up (dx = 0, dy = -1).
7Up and left (dx = -1, dy = -1).
1Up and right (dx = 1, dy = -1).