Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] using arrangement_2 for boolean set operations

Subject: CGAL users discussion list

List archive

[cgal-discuss] using arrangement_2 for boolean set operations


Chronological Thread 
  • From: Michael George <>
  • To:
  • Subject: [cgal-discuss] using arrangement_2 for boolean set operations
  • Date: Tue, 12 Jan 2010 15:56:17 -0500

Hello,

I needed to compute non-regularized boolean operations for my application, and I followed the faq's suggestion and used nef_2 package to do so. However, I was able to get much much better performance by switching to the arrangement_2 package and using overlays. Is it likely that I was misusing the Nef_2 package, or is this expected? Perhaps it should be mentioned on the FAQ as well.

--Mike


  • [cgal-discuss] using arrangement_2 for boolean set operations, Michael George, 01/12/2010

Archive powered by MHonArc 2.6.16.

Top of Page