Skip to main content

concave_hull

Function concave_hull 

Source
pub fn concave_hull<G, P>(geometry: &G) -> Polygon<P>
where G: CollectPoints<Point = P>, P: Point<Scalar = f64> + PointMut + Default + Copy, MonotoneChain: ConvexHullStrategy<G, Output = Ring<P, true, true>>,
Expand description

Construct a concave hull with ConcaveHullParams::default.