OpenLibrary
|
Public Member Functions | |
Point (const CoordT &_x, const CoordT &_y, Point *p=nullptr) | |
![]() | |
Coordinates (CoordT _x, CoordT _y) | |
bool | operator< (const Coordinates &other) const |
bool | operator== (const Coordinates &other) const |
Public Attributes | |
ScoreT | f_score |
ScoreT | g_score |
Point * | origin |
![]() | |
CoordT | x |
CoordT | y |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Point &p) |