Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] failed intersection detection in AABB tree

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] failed intersection detection in AABB tree


Chronological Thread 
  • From: Andre Massing <>
  • To:
  • Subject: Re: [cgal-discuss] failed intersection detection in AABB tree
  • Date: Tue, 13 Oct 2009 11:02:33 +0200

Hi again,


Andre Massing wrote:
Hi all,

I discovered a slightly strange behavior when using the AABB tree. It does not discover the right number of intersections between a list of triangles (3) and a given test triangle (3 intersections only at one vertex) *although* the use of the pure CGAL::do_intersect function detects the intersection correctly. It seems to me (only a vague guess) that the foregoing bounding box intersection for finding good candidates computes some false negatives and throws two actual intersections cases away.

The attached code illustrates the example.

I just wanted to ask, whether the aforementioned described behavior is a bug in the AABB tree? Or is there anything else I have to take into account or can do about?

Greetings,
Andre



Archive powered by MHonArc 2.6.16.

Top of Page