Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bug in 3 Planes intersection?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bug in 3 Planes intersection?


Chronological Thread 
  • From: Deepak Bandyopadhyay <>
  • To:
  • Subject: Re: [cgal-discuss] Bug in 3 Planes intersection?
  • Date: Wed, 12 Sep 2007 23:52:54 -0400

Hi Amir,

The three plane intersection is an issue that I ran into also, as you will see in the following journal paper where I suggest a workaround if you need to use cartesian doubles for some reason (such as for speed).

http://dx.doi.org/10.1016/j.comgeo.2006.11.003

I can send you the paper or the code fragment off the list, if you are interested. Essentially it is solving for the intersection point of all three planes directly (using Cramer's rule) rather than doing intersections two planes at a time.

Regards,
Deepak.


wrote:

This is not a robustness problem, there is no comparison involved. I just get
point (it being a point is certain) which is wrong.

Amir.

Monique Teillaud wrote:


Dear Amir,

You may want to have a look at
- the FAQ (see Kernels and Number Types)
- the CGAL philosophy
available on the CGAL web site.

Best regards,
Moniqque Teillaud




Archive powered by MHonArc 2.6.16.

Top of Page