14 std::max(
a.x_min,
b.x_min),
15 std::min(
a.x_max,
b.x_max),
16 std::max(
a.y_min,
b.y_min),
17 std::min(
a.y_max,
b.y_max),
26 std::min(
a.x_min,
b.x_min),
27 std::max(
a.x_max,
b.x_max),
28 std::min(
a.y_min,
b.y_min),
29 std::max(
a.y_max,
b.y_max),
Component Slider(SliderOption< T > options)
A slider in any direction.
bool operator!=(const Box &other) const
bool Contain(int x, int y) const
static auto Intersection(Box a, Box b) -> Box
bool operator==(const Box &other) const
static auto Union(Box a, Box b) -> Box