Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Intersection segment and cells from 3D Delaunay triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Intersection segment and cells from 3D Delaunay triangulation


Chronological Thread 
  • From: Mauricio Diaz <>
  • To:
  • Subject: [cgal-discuss] Intersection segment and cells from 3D Delaunay triangulation
  • Date: Wed, 3 Jun 2015 11:28:37 +0200 (CEST)

Hi,
I wonder how to calculate the intersections between a 3D segment and some cells from a 3D Delaunay triangulation.
From the documentation, I understand two ways to do it:  
- By iterating all over the finite cells of the 3D triangulation and calculating CGAL::intersection(segment, cell)
- By construction an AABB tree of the cells (the triangle facets) and finding the intersections with the segment.

Which of these two options is more efficient? Any different suggestion? 
Thanks,


- Mauricio DIAZ




Archive powered by MHonArc 2.6.18.

Top of Page