[][src]Function conrod_core::utils::bounding_box_for_points

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

Find the bounding rect for the given series of points.