[−][src]Function ncollide2d::transformation::convex_hull_idx
pub fn convex_hull_idx<N: RealField>(points: &[Point2<N>]) -> Vec<usize>
Computes the convex hull of a set of 2d points and returns only the indices of the hull vertices.