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