Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Voronoi Diagram and NaN

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Voronoi Diagram and NaN


Chronological Thread 
  • From: memecs <>
  • To:
  • Subject: [cgal-discuss] Re: Voronoi Diagram and NaN
  • Date: Tue, 15 Nov 2011 03:36:22 -0800 (PST)

Just to make it clear, the problem is even before the casting thing:

I have a delaunay segment equal to: 490 39 495 29, I get the dual of it ->
voronoi_object dt.dual(delaunay_segment).

I successfully cast the voronoi object into a segment that contains nan
values.

if(CGAL::assign(segment,voronoi_obj)) {
Voronoi segment: 493.5 34.5 -nan -nan
}

I am wondering what's the problem here?

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Voronoi-Diagram-and-NaN-tp4042568p4042635.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page