Public Attributes | |
| bool | closed |
| double | g |
| double | h |
| int | x |
| int | y |
Definition at line 14 of file a_star.cpp.
| bool state_t::closed |
Definition at line 19 of file a_star.cpp.
| double state_t::g |
Definition at line 17 of file a_star.cpp.
| double state_t::h |
Definition at line 18 of file a_star.cpp.
| int state_t::x |
Definition at line 15 of file a_star.cpp.
| int state_t::y |
Definition at line 16 of file a_star.cpp.