Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] import_from_triangulation_3: Issue in number of vertices stored in cell complex
  • Date: Tue, 24 Mar 2015 13:32:07 +0100

> Could anybody please suggest where I might have done the mistake?

You did not read the documentation about the infinite vertex


http://doc.cgal.org/latest/Triangulation_3/index.html#Chapter_3D_Triangulations

The class Triangulation_3 can also deal with triangulations whose dimension d is less than 3. A triangulation of a set of points in d covers the whole space d and consists of cells having d+1 vertices: some of them are infinite, they are obtained by linking the additional infinite vertex to each facet of the convex hull of the points.





Archive powered by MHonArc 2.6.18.

Top of Page