[][src]Function lyon_algorithms::aabb::bounding_rect

pub fn bounding_rect<Iter, Evt>(path: Iter) -> Rect where
    Iter: Iterator<Item = Evt>,
    Evt: TightBoundingRect

Computes the smallest axis-aligned rectangle that contains the path.