Possible Duplicate:
Intersecting graphics
Back in 2009 I posted a question in comp.soft-sys.math.mathematica looking for a function which generates the union of two (not necessarily convex) polygons. The Imtek library has a function which generates the intersection of two such polygons, but it doesn't have a union function. There are apparently C libraries available to which one could link which include such a capability (e.g., http://www.cs.man.ac.uk/~toby/alan/software), but I'm still curious if anyone has developed (and is willing to share) a native Mathematica function to generate a polygon union.
Since I just learned from @ruebenko that the Imtek library which I mentioned above only finds intersections for convex polygons, I'd like to expand this question to functions which can find the union AND intersection of non-convex polygons.
