computeHull

expect fun computeHull(points: List<Vec2>): Hull

Compute the convex hull of a set of points. Returns a hull with 0 points on failure.