Function convex_hull_from_points

Source
pub fn convex_hull_from_points<T: Float + SignedNumberOps<T> + NumberOps<T> + FloatOps<T>>(
    points: &Vec<Vec2<T>>,
) -> Vec<Vec2<T>>
Expand description

returns a convex hull wound clockwise from point cloud points