1. Find intersecting edges.
2. Create verted for each intersecting edge
3. For each vertex in Poly2, if vertex is inside Poly1 then remove vertex.
4. Poly3 vertices = Poly1 vertices + remaining Poly2 vertices.
5. Poly3 edges = convex hull(Poly3 vertices)