[−][src]Function ncollide2d::transformation::convex_hull
pub fn convex_hull<N: RealField>(points: &[Point2<N>]) -> Polyline<N>
Computes the convex hull of a set of 2d points.
pub fn convex_hull<N: RealField>(points: &[Point2<N>]) -> Polyline<N>
Computes the convex hull of a set of 2d points.