libmove3d-planners
|
Euclidean distance heuristic used by A*. More...
Public Types | |
typedef boost::graph_traits < TGraph >::vertex_descriptor | Vertex |
Public Member Functions | |
distance_heuristic (LocMap l, Vertex goal) | |
CostType | operator() (Vertex u) |
Euclidean distance heuristic used by A*.