Go to the source code of this file.
Compounds | |
class | point |
simple class for handling both 2D position and size More... | |
class | rect |
simple class for handling a rectangular zone. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, const rect &r) |
std::ostream & | operator<< (std::ostream &o, const point &p) |
|
Definition at line 93 of file rect.cpp. References point::get_x(), and point::get_y(). |
|
|