Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to use AABB Tree correctly?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to use AABB Tree correctly?


Chronological Thread 
  • From: ChaoM <>
  • To:
  • Subject: [cgal-discuss] How to use AABB Tree correctly?
  • Date: Sun, 25 Aug 2013 04:06:18 -0700 (PDT)

Hello everybody:
Now i meet this problem: I have three models , these models are
simple geometric objecets. Such as: halfsphere, Clylinder, Cube and so on !
All these models have the trianglated surface(that is , the surface of the
models is made of a mount of triangles).
What i want to do is use the AABB Tree to get the intersection of
these three models. In my point , i do not use the AABB Tree correctly
,because i just use "do_intersect" function to judge a triangle of one
models if intersect a triangle of another models .
So I just search the CGAL mannul , but i do not find a good example ,
So if someone use the AABB Tree to solve the Three or more models
intersection, he can point me out !
Thanks!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-use-AABB-Tree-correctly-tp4657967.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page