The points on the 2D plane to find the convex hull for.
A ordered array of points defining the convex hull.
The Convex Hull algorithm, found at RosettaCode:
https://rosettacode.org/wiki/Convex_hull#JavaScript
XYCoords
convexHull
The points on the 2D plane to find the convex hull for.