INF2004-Project v0.1
 
Loading...
Searching...
No Matches
a_star_path Struct Reference

Struct containing the path from the start node to the end node. More...

#include <a_star.h>

Collaboration diagram for a_star_path:
[legend]

Data Fields

uint32_t length
 Length of the path.
 
maze_grid_cell_tp_path
 Pointer to the first node in the path.
 

Detailed Description

Struct containing the path from the start node to the end node.

See also
a_star_path

The documentation for this struct was generated from the following file: