pub fn convex_hull_from_points<T: Float + SignedNumberOps<T> + NumberOps<T> + FloatOps<T>>( points: &Vec<Vec2<T>>, ) -> Vec<Vec2<T>>
returns a convex hull wound clockwise from point cloud points
points