Define a convex polygon by a list of points (x, y). Define a list of lines (x1, y1, x2, y2). Given the polygon and the lines, take the first line and split the polygon where the line intercects the ...