Enum Direction
Constants for the 6 cardinal directions as well as the
6 directions perpendicular to them. The directions are
numbered 0,...,11 with direction E
being 0 and direction values increasing in
counter-clockwise direction.
The NONE value represents no direction. If it is used in any calculation, the result is undefined.
See DirectionHelpers for additional helper functions.
Namespace: AS2
Assembly: .dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| E | |
| ENE | |
| ESE | |
| N | |
| NNE | |
| NNW | |
| NONE | |
| S | |
| SSE | |
| SSW | |
| W | |
| WNW | |
| WSW |