Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Can CGAL cope with very long numbers?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Can CGAL cope with very long numbers?


Chronological Thread 
  • From: annie <>
  • To:
  • Subject: [cgal-discuss] Re: Can CGAL cope with very long numbers?
  • Date: Mon, 28 Feb 2011 09:14:28 -0800 (PST)


One more thing - I see that Point is working with double. The following
sample is working:

va=cdt.insert(Point(2.11, 3.22));
f<<"My double point: "<<va->point();

It makes me confused. I have no more ideas of how I can pass double variable
as parameter to Point()?
...Point(x,y) where x,y are already double.
Or maybe it's already working, but just doesn't go to file in this format by
f<<?
Please help me, it's important for me...

Regards,
annie



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Can-CGAL-cope-with-very-long-numbers-tp3327088p3328343.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page