Changeset 4550 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/obb_tree.h
- Timestamp:
- Jun 8, 2005, 10:34:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree.h
r4546 r4550 8 8 #define _OBB_TREE_H 9 9 10 #include "base_object.h"11 10 #include "bv_tree.h" 12 11 12 13 class OBBTreeNode; 13 14 14 15 //! A class for representing an obb tree … … 31 32 32 33 private: 34 OBBTreeNode* rootNode; //!< reference to the root node of the tree 33 35 34 36 };
Note: See TracChangeset
for help on using the changeset viewer.