Struct containing the path from the start node to the end node. More...
#include <a_star.h>
Data Fields | |
uint32_t | length |
Length of the path. | |
maze_grid_cell_t * | p_path |
Pointer to the first node in the path. | |
Struct containing the path from the start node to the end node.