Function lyon_algorithms::aabb::bounding_rect
source · pub fn bounding_rect<Iter, Evt>(path: Iter) -> Rectwhere
Iter: Iterator<Item = Evt>,
Evt: TightBoundingRect,
Expand description
Computes the smallest axis-aligned rectangle that contains the path.