#include namespace psemek::ui { bool null_shape::contains(math::point const &) const { return false; } math::box null_shape::bbox() const { return math::box{{{0.f, 0.f}, {0.f, 0.f}}}; } }