Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: AABB Tree bug - URGENT

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: AABB Tree bug - URGENT


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Re: AABB Tree bug - URGENT
  • Date: Tue, 13 Mar 2012 00:56:47 +0100 (CET)

On Mon, 12 Mar 2012, gupta61 wrote:

Hi Mark,

Thanks for the reply. Initially it seems to work for that particular
situation, however I found another example in which it doesn't. I am
mentioning it here.

***TestAABB WARNING:
Segment intersect BBOX (0/1) = 1
Segment.opposite intersect BBOX (0/1) = 0
BBOX : 1.81818 2 0 2 2.18182 0.333333

Segment query : 2 2 1 2 2 0.75


Let me know if you can figure out why this is not working ? Thanks.

if ( tmax >= dmax )

a few lines below, for symmetry?

Someone really needs to audit that code, I am posting random modifications that might make things worse.

--
Marc Glisse



Archive powered by MHonArc 2.6.16.

Top of Page