convex_hull_2d

Function convex_hull_2d 

Source
pub fn convex_hull_2d<T, P, A>(points: &A) -> Vec<Point<T>>
where T: SpatialScalar, P: SpatialPoint<T>, A: SpatialArray<T, P>,
Expand description

Calculate the convex hull using a generic algorithm