Header file of aalgorithm.c. More...
#include <stdbool.h>

Classes | |
| struct | _GraphMapCell |
| Information of a cell in A* Algorithm. More... | |
Typedefs | |
| typedef struct _GraphMapCell | GraphMapCell |
| Information of a cell in A* Algorithm. | |
Functions | |
| void | GraphCell2XY (GraphMapCell *c, int *x, int *y) |
| Returns X and Y index of a graph cell identified by a pointer. | |
| int | aAlgorithm (double xstart_real, double ystart_real, double xgoal_real, double ygoal_real, GraphMapCell **original_path) |
| Search the shortest path between two points. | |
Header file of aalgorithm.c.
| typedef struct _GraphMapCell GraphMapCell |
Information of a cell in A* Algorithm.
1.7.1