I have an algorithm that generates 4 random points (x1,y1),(x2,y2),(x3,y3),(x4,y4), and I need to calculate the convex hull generated by those four points, but the
(x1,y1),(x2,y2),(x3,y3),(x4,y4)