Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Strange output from Delaunay triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Strange output from Delaunay triangulation


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] Strange output from Delaunay triangulation
  • Date: Mon, 28 Sep 2009 11:05:09 +0200

Sybren A. Stüvel wrote:
On Mon, Sep 28, 2009 at 09:39:24AM +0200, Monique Teillaud wrote:
In fact it _is_ documented
http://www.cgal.org/Manual/last/doc_html/cgal_manual/Triangulation_3_ref/Class_Triangulation_3.html#Cross_link_anchor_1185
scroll to the bottom of the page
And there is a similar documentation in
Triangulation_data_structure_3 for the combinatorial part.

The documentation is there indeed. However, you have to read it really
well to know that "the number of finite vertices" may imply that the
infinite vertex is also referred to. It doesn't mention that the
vertex at index 0 is the infinite vertex. So it's documented, but not
completely.

ok. The user knows that the infinite vertex is part of the triangulation since this is documented everywhere, I agree that he can also be told that this vertex is numbered 0 in the file (this is even already documented a few lines before, about the input stream).
So, I just added the same precision in the text for the output stream.

Best,
Monique Teillaud



Archive powered by MHonArc 2.6.16.

Top of Page