pub fn bounding_box_for_points<I>(points: I) -> Rect where
    I: Iterator<Item = Point>, 
Expand description

Find the bounding rect for the given series of points.