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: "Fernando Cacciola" <>
  • To: <>
  • Subject: Re: [cgal-discuss] point lying over a line problem
  • Date: Wed, 23 Jul 2008 14:10:19 -0300
  • Organization: Geometry Factory

Hi Alejandro,

I see your point but as soon as you start using double precision, the
"mathematical sense" is out of question, right? So that a < b is not
true if they are within tolerance.
There is a, say, tolerance-based school of flaoting point programming which works very well in several fields like computer graphics, simulations, numerical analysis, etc, but just doesn't work in geometric computing as it depends on (discrete) combinatorial properties.
You might find further insight reading the following usenet discussion on the subject:

http://tinyurl.com/694x7g

HTH

Fernando Cacciola
www.geometryfactory.com






Archive powered by MHonArc 2.6.16.

Top of Page