Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bug in Delaunay insertion?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bug in Delaunay insertion?


Chronological Thread 
  • From: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] Bug in Delaunay insertion?
  • Date: Mon, 9 Jul 2007 14:39:47 +0200
  • Organization: Inria, Sophia Antipolis, FRANCE

On Monday 09 July 2007 10:00:50 Patrick Hétroy wrote:
> Hello !
>
> I'm trying to insert few points with the random function...
> But the code crashes at line_walk code line.

You have inserted points that all have y()==100. It leads to
dt.dimension()==1, which is a special case where the line_walk() function
cannot be used.

Why have you inserted all your points on a line (in the xy-plane)?

--
Laurent Rineau
INRIA - Sophia Antipolis
BP 93, 2004 Route des Lucioles
06902 Sophia Antipolis Cedex FRANCE




Archive powered by MHonArc 2.6.16.

Top of Page