Function parry2d::transformation::convex_hull_idx[][src]

pub fn convex_hull_idx(points: &[Point2<Real>]) -> Vec<usize>

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