Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] insert_curve problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] insert_curve problem


Chronological Thread 
  • From: Eric Berberich <>
  • To:
  • Subject: Re: [cgal-discuss] insert_curve problem
  • Date: Mon, 26 Oct 2009 00:52:35 +0100

Ben Strasser wrote:
Thanks,

#include <CGAL/Cartesian.h>
#include <CGAL/MP_Float.h>
#include <CGAL/Quotient.h>

typedef CGAL::Quotient<CGAL::MP_Float> Number_type;
typedef CGAL::Cartesian<Number_type> Kernel;
...

did the trick :)


This is not a trick - it's essential for reliable geometric computing. 'doubles' are evil for that. See the other mail I just sent a few seconds ago.

eriC



Archive powered by MHonArc 2.6.16.

Top of Page