[][src]Module geo::algorithm::convex_hull

Calculate the convex hull of a Geometry.

Re-exports

pub use qhull::quick_hull;
pub use graham::graham_hull;

Modules

graham
qhull

Traits

ConvexHull

Returns the convex hull of a Polygon. The hull is always oriented counter-clockwise.