Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss]
  • Date: Tue, 15 Oct 2013 15:50:19 +0200
  • Organization: GeometryFactory

Le mardi 15 octobre 2013 12:42:52 Neha Singh a écrit :

> hi, sorry for the trouble. i used delaunay triangulation to triangulate a

> curve. now i am getting ugly triangles. so i want to refine these triangles

> by inserting few new vertices. for that all the edges which i am getting

> after some processing, i want to see whether the diameter of these edges is

> enchroaching the circumcenter of any face according to which i'll insert

> the new vertices

> and i am working in 2D.

 

As you have a Delaunay triangulation, for an edge, it is probably sufficient to check if it encroaches the two triangles on both sides.

 

--

Laurent Rineau, PhD

R&D Engineer at GeometryFactory http://www.geometryfactory.com/

Release Manager of the CGAL Project http://www.cgal.org/

 




Archive powered by MHonArc 2.6.18.

Top of Page