Function parry2d_f64::transformation::convex_hull
source · pub fn convex_hull(points: &[Point2<Real>]) -> Vec<Point2<Real>>
Expand description
Computes the convex hull of a set of 2d points.
The computed convex-hull have its points given in counter-clockwise order.