#include <kgrid2d.h>

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 227 of file kgrid2d.h.
| static double KGrid2D::SquareBase::angle | ( | Neighbour | n | ) | [inline, static] |
| static bool KGrid2D::SquareBase::isDirect | ( | Neighbour | n | ) | [inline, static] |
1.5.3