Public Member Functions | |
frontier_node (int_pair position, int cost_g, float cost_h) | |
frontier_node () | |
Public Attributes | |
int_pair | position |
int | cost_g |
float | cost_h |
|
|
|
|
|
Definition at line 1085 of file fack.cc. Referenced by path_finding::best_route(). |
|
|
|
Definition at line 1084 of file fack.cc. Referenced by path_finding::best_route(). |