#include #include namespace psemek::ui { bool box_shape::contains(geom::point const & point) const { return geom::contains(box, point); } }