Function lyon_algorithms::aabb::fast_bounding_rect
source · pub fn fast_bounding_rect<Iter, Evt>(path: Iter) -> Rectwhere
Iter: Iterator<Item = Evt>,
Evt: FastBoundingRect,
Expand description
Computes a conservative axis-aligned rectangle that contains the path.
This bounding rectangle approximation is faster but less precise than
building_rect
.