Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Intersection of a 2D disc and a 2D triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Intersection of a 2D disc and a 2D triangulation


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: [cgal-discuss] Intersection of a 2D disc and a 2D triangulation
  • Date: Wed, 3 Apr 2013 13:30:33 -0400

I have a 2D triangulation with a large number triangles (100 thousands) and a disc with radius r.

I would like to get a list of all the triangles that intersect with the disc.

Is there a facility in CGAL to make a query like this against a 2D triangulation?
What would be the best approach to solve this problem efficiently?

Thank you,
-Ramin




Archive powered by MHonArc 2.6.18.

Top of Page