Skip to Content.
Sympa Menu

cgal-discuss - dual of a Delaunay vertex in 3D triangulation

Subject: CGAL users discussion list

List archive

dual of a Delaunay vertex in 3D triangulation


Chronological Thread 
  • From: "Jingyi Jin" <>
  • To:
  • Subject: dual of a Delaunay vertex in 3D triangulation
  • Date: Mon, 14 May 2007 11:37:07 -0500

Dear all,

Could any one please tell me what is the best way to retrieve the dual
of a Delaunay vertex in a 3D triangulation? My problem is to compute
the intersection of arbitrary segments and polygons with the walls of
that dual complex. My initial idea is to get the incident edges of
the vertex, and retrieve the duals of these edges one by one. However,
I could not find a simple way to get the incident edges of a vertex.
Could any one please tell me what would be the most convenient way to
do that?

Thanks a lot for any input!

Sincerely,

Jingyi


  • dual of a Delaunay vertex in 3D triangulation, Jingyi Jin, 05/15/2007

Archive powered by MHonArc 2.6.16.

Top of Page