views:

25

answers:

1

There are many good packages for calculating the intersection of polygons. I have found the GPC library useful.

I would like to compute intersections of polyhedra (piecewise linear boundaries) in 3D. Are there any good libraries in C/C++ for this?

A: 

So far, I've found CGAL. I haven't tried it out yet -- does anyone have an opinion of this?

Ben