[][src]Function parry2d::transformation::convex_hull

pub fn convex_hull(points: &[Point2<Real>]) -> Vec<Point2<Real>>

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