Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] point lying over a line problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] point lying over a line problem


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] point lying over a line problem
  • Date: Wed, 23 Jul 2008 17:42:19 +0200

Alejandro Aragon a écrit :
typedef CGAL::Cartesian<double> KernelType;

If you compute with double, rounding errors make your points non collinear
(e.g. during the decimal to binary conversion if your input is given by
floating point number in decimal notation)

http://www.cgal.org/FAQ.html#inexact_NT



Archive powered by MHonArc 2.6.16.

Top of Page