I have two 2D convex polygons. I want to
- subtract one from the other one and
- add one to the other one
The resulting polygon must be either concave or a - better - a set of convex polygons (e.g. triangles).
Do you have any idea how I can accomplish this?