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

pub fn convex_hull<N>(points: &[Point<N, U2>]) -> Polyline<N> where
    N: RealField

Computes the convex hull of a set of 2d points.