Given an array of Vector2s, returns the convex hull as a list of points in counterclockwise order. The last point is the same as the first one.
See Implementation
Given an array of Vector2s, returns the convex hull as a list of points in counterclockwise order. The last point is the same as the first one.