pub fn bounding_box<Iter, Evt>(path: Iter) -> Box2Dwhere
Iter: IntoIterator<Item = Evt>,
Evt: TightBoundingBox,Expand description
Computes the smallest axis-aligned rectangle that contains the path.
pub fn bounding_box<Iter, Evt>(path: Iter) -> Box2Dwhere
Iter: IntoIterator<Item = Evt>,
Evt: TightBoundingBox,Computes the smallest axis-aligned rectangle that contains the path.