Module geo::algorithm::convex_hull [−][src]
Expand description
Calculate the convex hull of a Geometry
.
Re-exports
pub use qhull::quick_hull;
pub use graham::graham_hull;
Modules
Traits
Returns the convex hull of a Polygon. The hull is always oriented counter-clockwise.