GeometrySingleton.convexHull2d

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

struct GeometrySingleton
@nogc nothrow
PoolVector2Array
convexHull2d
(
in PoolVector2Array points
)

Meta