Hacker News new | ask | show | jobs
by marmaduke 3701 days ago
I call your bluff on CGAL. What's wrong with a geometry library that can handle exact arithmetic?
1 comments

Ever used OpenSCAD? Try doing CSG operations with CGAL on complex STL surfaces. Then take those same surfaces with vtk, use their boolean operations. Faster but with significantly more errors.
Not sure what the conclusion is supposed to be here.