Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Segment Delaunay, error finding circumcenter of face.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Segment Delaunay, error finding circumcenter of face.


Chronological Thread 
  • From: Panagiotis Cheilaris <>
  • To:
  • Subject: Re: [cgal-discuss] Segment Delaunay, error finding circumcenter of face.
  • Date: Thu, 2 May 2013 14:01:44 +0300

On Thu 2013-05-02 at 02:23:28 -0700, Pablo Miranda Carranza wrote:
> for (int i = 0; i &lt; testSize; ++i) {
> std::cout&lt;&lt; &quot;processing &quot;&lt;&lt; i
> &lt;&lt;&quot; of
> &quot;&lt;&lt;testSize &lt;&lt; std::endl;
> int next = (i + 1) % testSize;
>
> const SDG_2::Site_2
> &amp;site=SDG_2::Site_2::construct_site_2(ptData[i],
> ptData[next]);
> sdg.insert(site);
> }
>
> std::cout&lt;&lt; &quot;Testing Circumcenter
> (Primal):&quot;&lt;&lt;std::endl;

Some parts of the program are scrambled. Can you please resend
correctly or through a different medium (e.g., pastebin)?

Best,
Panos



Archive powered by MHonArc 2.6.18.

Top of Page