Function geometric_features::convex_hull::convex_area
source · pub fn convex_area(polygon: Polygon<'_>) -> f64
Expand description
Compute the area of the convex hull of a polygon
pub fn convex_area(polygon: Polygon<'_>) -> f64
Compute the area of the convex hull of a polygon