What are the best tools / libraries (in any language) for working with 2D constructive area geometry?
That is, a library that works with more or less arbitrary two-dimensional forms and provides union, intersection, difference, and XOR.
My base level is java.awt.geom.Area class, and it is healthy if it is slow. Which is better there? My interests are the Java, ActionScript / Flex, and C libraries, but I'm open to all comers.
source
share