[][src]Function building_blocks_core::extent::bounding_extent

pub fn bounding_extent<N, I>(points: I) -> ExtentN<N> where
    I: Iterator<Item = PointN<N>>,
    PointN<N>: IntegerPoint,
    ExtentN<N>: IntegerExtent<N>, 

Returns the smallest extent containing all of the given points.