GeometricRelations.hpp
22 bool DM_API contains(const IWindow &a, const IWindow &b); ///< returns true if window b is fully contained by window a (boundary may touch)
23 bool DM_API intersects(const IWindow &a, const IWindow &b); ///< returns true if window a and b are (partly) overlapping (a boundary touch is enough to return true)
