pub fn convex_hull<N: Real>(points: &[Point2<N>]) -> Polyline<N>
Expand description

Computes the convex hull of a set of 2d points.