Function conrod::utils::bounding_box_for_points [] [src]

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.