Pathfinder
|
This struct declares all infromation that shall be stored for each edge of a graph. More...
#include <GraphEdge.h>
Public Attributes | |
float | distance |
The distance between the two endpoints of an edge. More... | |
short | drivability |
A number that indicates which agent is able to traverse this edge. More... | |
This struct declares all infromation that shall be stored for each edge of a graph.
float Pathfinder::GraphEdge::distance |
The distance between the two endpoints of an edge.
short Pathfinder::GraphEdge::drivability |
A number that indicates which agent is able to traverse this edge.