Function convex_hull_from_points

Source
pub fn convex_hull_from_points(points: Vec<Point>) -> Vec<Point>
Expand description

Filters a set of points to only include those that are part of the convex hull