Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problems with a 3D Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problems with a 3D Triangulation


Chronological Thread 
  • From: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] Problems with a 3D Triangulation
  • Date: Thu, 27 Oct 2011 21:17:21 +0200

El 27/10/2011 19:41, Juan Carlos Lopez Alfonso escribió:
Hi guys:

Thank you for all, I have solved almost all my problems with
triangulations, but I have another questions about Triangulations:

- When I iterate the cells of my triangulation, there is a vertex with
value of cordinates very big "infinite_vertex". In this case, the
cells with this vertex must be excluded from the triangulation? Why
this vertex is included in my triangulation? What can I do with these
cells which contain this vertex?
Hi Juan Carlos,

About this inf vertex, you should carefully read the documentation. It is a very helpful concept
when dealing with the vertices that are "on the outside" of the triangulation (more precisely,
on the convex hull), but you have to be careful about this vertex, and its
cells and edges. Notice there are e.g. iterators over finite vertices in order to avoid this one.

Best,

Daniel




Archive powered by MHonArc 2.6.16.

Top of Page