Skip to Content.
Sympa Menu

cgal-discuss - triangulating a 3D polygon

Subject: CGAL users discussion list

List archive

triangulating a 3D polygon


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: triangulating a 3D polygon
  • Date: Mon, 31 Dec 2007 16:28:35 +0100
  • Organization: INRIA Sophia Antipolis - Méditerranée

hi all,

Suppose I intersect the edges of a 3D convex polyhedron with a plane. This gives me a set of points. I would like to obtain a 2D triangulation of this point set (any triangulation). Any idea how do achieve this easily? I thought of computing the convex hull of this point set, but this may be an overkill.

Precision: I know the "surface interpolation" trick which turns the voronoi-cell-plane-intersection problem into a Power diagram from the surface interpolation component - and want to try another solution.

thanks!

Pierre

http://www-sop.inria.fr/geometrica/team/Pierre.Alliez/



  • triangulating a 3D polygon, Pierre Alliez, 12/31/2007

Archive powered by MHonArc 2.6.16.

Top of Page