Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] triangulating a 3D polygon

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] triangulating a 3D polygon


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] triangulating a 3D polygon
  • Date: Tue, 01 Jan 2008 11:51:50 +0100

use Triangulation_euclidean_traits_xy_3 ....
Carefull I am not sure how predicates in this traits are filtered

Pierre Alliez wrote:
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/


--
Mariette Yvinec
Geometrica project team
INRIA Sophia-Antipolis



  • Re: [cgal-discuss] triangulating a 3D polygon, Mariette Yvinec, 01/01/2008

Archive powered by MHonArc 2.6.16.

Top of Page