Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 3D collision/contact detection

Subject: CGAL users discussion list

List archive

[cgal-discuss] 3D collision/contact detection


Chronological Thread 
  • From: Evan Behar <>
  • To:
  • Subject: [cgal-discuss] 3D collision/contact detection
  • Date: Sun, 18 Aug 2013 14:15:49 -0400

Is there a canonical way to use the AABB tree to detection contact between 
two objects rather than collision? Based on my reading of the AABB chapter[1], the seemingly best way to do this is to run all_intersections and determine if there is any penetration between intersecting faces. Of course this does not deal with collision cases where one object is contained wholly within another, and there might be other degenerate cases I'm missing, so I'm wondering if there is something I'm missing that has already been done.

Thanks,
Evan

[1] http://www.cgal.org/Manual/latest/doc_html/cgal_manual/AABB_tree/Chapter_main.html


  • [cgal-discuss] 3D collision/contact detection, Evan Behar, 08/18/2013

Archive powered by MHonArc 2.6.18.

Top of Page