|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <box.hpp>
Public Member Functions | |
| void | Shift (int x, int y) |
| bool | Contain (int x, int y) const |
| bool | IsEmpty () const |
| bool | operator== (const Box &other) const |
| bool | operator!= (const Box &other) const |
Static Public Member Functions | |
| static auto | Intersection (Box a, Box b) -> Box |
| static auto | Union (Box a, Box b) -> Box |
Public Attributes | |
| int | x_min = 0 |
| int | x_max = 0 |
| int | y_min = 0 |
| int | y_max = 0 |