[][src]Module lyon_algorithms::aabb

Bounding rectangle computation for paths.

Traits

FastBoundingRect
TightBoundingRect

Functions

bounding_rect

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

fast_bounding_rect

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