[][src]Function oxygengine_physics_2d::prelude::ncollide2d::transformation::convex_hull_idx

pub fn convex_hull_idx<N>(points: &[Point<N, U2>]) -> Vec<usize> where
    N: RealField

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