Expand description
Calculate the convex hull of a Geometry
.
Re-exports§
pub use qhull::quick_hull;
pub use graham::graham_hull;
Modules§
Traits§
- Convex
Hull - Returns the convex hull of a Polygon. The hull is always oriented counter-clockwise.
Calculate the convex hull of a Geometry
.
pub use qhull::quick_hull;
pub use graham::graham_hull;