Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cannot find an arrangement

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cannot find an arrangement


Chronological Thread 
  • From: hasadi <>
  • To:
  • Subject: Re: [cgal-discuss] cannot find an arrangement
  • Date: Fri, 20 Dec 2013 05:36:24 -0800 (PST)

Dear Dr. Fogel,

even using "typedef CGAL::Exact_predicates_exact_constructions_kernel
Kernel;" instead of "typedef CGAL::Cartesian<Number_type> Kernel; " returns
partial wrong result. The only difference is that instead of fractions for
coordinate, this time we have exact number which could be obtained also
using CGAL::to_double().

as you can see in the below pic. example return polygon (P1) but for the P2
and P3, it returns sum of them (p2+p3).

<http://cgal-discuss.949826.n4.nabble.com/file/n4658589/drawing.png>






--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/cannot-find-an-arrangement-tp4658571p4658589.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page