Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Triangulation_3 : collecting all simplices joining two distant vertices

Subject: CGAL users discussion list

List archive

[cgal-discuss] Triangulation_3 : collecting all simplices joining two distant vertices


Chronological Thread 
  • From: Benjamin SCHWARZ <>
  • To:
  • Subject: [cgal-discuss] Triangulation_3 : collecting all simplices joining two distant vertices
  • Date: Tue, 10 Jul 2012 11:56:33 +0200

Hi list,

Given a Regular_triangulation_3 T, and two vertices v1 and v2 of T,
I'd like to be able to visit all simplices on the segment joining v1 to v2.

I can imagine a recursive algorithm progressing from simplex to simplex,
each time tracing the next intersection of the beam through the surrounding
simplices. I have the feeling this is a common problematics, related with the
construction of a Delaunay triangulation, hence I'd like to know if there is
already some code to do that.


--Ben


Archive powered by MHonArc 2.6.18.

Top of Page