5 #include "geometry/aabb.h" 
   25     const IAABB& aabb() 
const;
 
   26     void setAABB(
const IAABB& aabb);
 
   28     std::list<WorldTreeNode*>& intersectingLeafs();
 
   39     std::list<WorldTreeNode*> m_intersectingLeafs;
 
Definition: worldobject.h:43
Definition: worldtreegeode.h:11
Definition: worldtreenode.h:13