Convex Hull Builder Compute the 2D convex hull of a set of points (monotone chain). Save Points (one x,y per line) 0,0 1,1 2,2 3,0 0,3 0,0 2,0 2,2 0,2 1,1HullEnter a list of 2D points (one per line as x,y).