fast_bounding_box

Function fast_bounding_box 

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

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

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