Function nannou::ui::utils::bounding_box_for_points[][src]

pub fn bounding_box_for_points<I>(points: I) -> Rect where
    I: Iterator<Item = [f64; 2]>, 

Find the bounding rect for the given series of points.