bounding_box

Function bounding_box 

Source
pub fn bounding_box<Iter, Evt>(path: Iter) -> Box2D
where Iter: IntoIterator<Item = Evt>, Evt: TightBoundingBox,
Expand description

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