WindRose
1.0
Custom Hardware , Firmware and Software for Robotic Cellular Automata Experiments
Directions.h
Go to the documentation of this file.
1
9
#ifndef Directions_h
10
#define Directions_h
11
12
//Main directional edges (cw from north)
13
#define N 0
//North
14
#define E 1
//East
15
#define S 2
//South
16
#define W 3
//West
17
18
//Secondary directional edges (diagonal cw from north)
19
#define N_E 4
//North East
20
#define S_E 5
//South East
21
#define S_W 6
//South West
22
#define N_W 7
//North West
23
24
#endif
src
Directions.h
Generated by
1.9.2