pub fn convex_hull_idx<N: RealField + Copy>(points: &[Point2<N>]) -> Vec<usize>
Expand description

Computes the convex hull of a set of 2d points and returns only the indices of the hull vertices.