1 #ifndef SEARCHLOCATION_H
2 #define SEARCHLOCATION_H
22 stream <<
"(" << loc.
x <<
"," << loc.
y <<
"," << loc.
theta <<
")";
27 #endif // SEARCHLOCATION_H
float distTo(SearchLocation other)
friend std::ostream & operator<<(std::ostream &stream, const SearchLocation &loc)
static constexpr float sameness_threshold
bool operator<(const SearchLocation &other) const
bool operator==(const SearchLocation &other)