[][src]Function lyon_algorithms::aabb::fast_bounding_rect

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

Computes a conservative axis-aligned rectangle that contains the path.

This bounding rectangle approximation is faster but less precise than building_rect.