#include <kgrid2d.h>
Inheritance diagram for KGrid2D::SquareBase:

Public Types | |
| enum | Neighbour { Left = 0, Right, Up, Down, LeftUp, LeftDown, RightUp, RightDown, Nb_Neighbour } |
| Identify the eight neighbours. More... | |
Static Public Member Functions | |
| static double | angle (Neighbour n) |
| static Neighbour | opposed (Neighbour n) |
| static bool | isDirect (Neighbour n) |
| static Coord | neighbour (const Coord &c, Neighbour n) |
Definition at line 242 of file kgrid2d.h.
|
|
Identify the eight neighbours.
|
|
|
Definition at line 254 of file kgrid2d.h. References Down, Left, LeftDown, LeftUp, Nb_Neighbour, Right, RightDown, RightUp, and Up. |
|
|
Definition at line 291 of file kgrid2d.h. References LeftUp. |
|
||||||||||||
|
Definition at line 296 of file kgrid2d.h. References Down, Left, LeftDown, LeftUp, Nb_Neighbour, Right, RightDown, RightUp, and Up. Referenced by KGrid2D::Square< T >::neighbours(). |
|
|
Definition at line 272 of file kgrid2d.h. References Down, Left, LeftDown, LeftUp, Nb_Neighbour, Right, RightDown, RightUp, and Up. |
1.4.6