#include "Coord.h"Go to the source code of this file.
Functions | |
| const Coord | ERROR_COORD (-1,-1) |
Variables | |
| const int | ERROR_DIST = -1 |
| const Coord ERROR_COORD | ( | - | 1, |
| - | 1 | ||
| ) |
error coordinate returned by functions if getting the coordinate failed (e.g., you do not have enough points left).
| const int ERROR_DIST = -1 |
error distance returned by functions if getting the distance failed (e.g., you do not have enough points left).
1.7.4