[][src]Function pizarra::geom::bbox_from_points

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