Function computeConvexHull

Compute the convex hull of a polygon and append it to the output point list in clockwise order

void computeConvexHull (
  const(Vector!(float,2)[]) polygon,
  ref Buf!(beamui.core.linalg.Vector!(float,2).Vector) output
) nothrow @safe;