Function GeometrySingleton.convexHull2d
Given an array of Vector2
s, returns the convex hull as a list of points in counterclockwise order. The last point is the same as the first one.
Given an array of Vector2
s, returns the convex hull as a list of points in counterclockwise order. The last point is the same as the first one.