ยค boundingRect, diffRect, et al

Geometry

Types

boundingRect :: Rect -> Rect -> Rect
diffRect :: Rect -> Rect -> [Rect]
intersectRects :: [Rect] -> Rect -> [Rect]
overlaps :: Rect -> Rect -> Bool

Description

Functions for overlapping rectangles.

Bugs

Incomlete documentation.