Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] bug: circumcenter with Regular_triangulation_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] bug: circumcenter with Regular_triangulation_3


Chronological Thread 
  • From: Fernando de Goes <>
  • To:
  • Cc:
  • Subject: Re: [cgal-discuss] bug: circumcenter with Regular_triangulation_3
  • Date: Thu, 7 Feb 2013 09:14:59 -0800

hi Tom,

Regular_triangulation is a weighted Delaunay triangulation and its dual is a weighted circumcenter, ie, the circumcenter plus a displacement that depends on the vertex weights.
When the weights of the vertices of a triangle have different values (and that's the case in your file bug.txt), the dual will be always different than the circumcenter.
When all the weights are the same, the weighted Delaunay triangulation reduces to a Delaunay triangulation and then the dual coincides with the circumcenter.


On Thu, Feb 7, 2013 at 9:07 AM, Tom Dreyfus <> wrote:
Hello,

The methods Regular_triangulation_3::dual(Cell_handle) and Cell::circumcenter(void) do not return the same point.

I join a short example.

Tom.



--
Fernando de Goes



Archive powered by MHonArc 2.6.18.

Top of Page