Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Constrained Delauny Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Constrained Delauny Triangulation


Chronological Thread 
  • From: JuanLu <>
  • To:
  • Subject: [cgal-discuss] Re: Constrained Delauny Triangulation
  • Date: Tue, 14 Aug 2012 05:14:11 -0700 (PDT)

I don't have more clues about the problem. Perhaps, you should link your
program with CGAL debug library in order to see the exact line of CGAL
source code where assertion exception is thrown.

Delaunay triangulation try to build equilateral triangle mesh. If you insert
a vertex near an edge (and triangulation is constrained), the probability
circumcicle contains a vertex that belongs other triangle is very high and
it's not possible accomplish Delaunay condition.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Constrained-Delauny-Triangulation-tp4655688p4655711.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page