Function ncollide_transformation::convex_hull2_idx [] [src]

pub fn convex_hull2_idx<P>(points: &[P]) -> Vec<usize> where P: Point

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