Changeset 6922 in orxonox.OLD for branches/current_cd/src/lib/collision_detection/obb_tree.h
- Timestamp:
- Jan 31, 2006, 11:09:15 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/current_cd/src/lib/collision_detection/obb_tree.h
r6911 r6922 34 34 inline const int getID() { return ++this->id;} 35 35 /** returns the root node of the bounding volume tree @return reference to the root node */ 36 inline constOBBTreeNode* getRootNode() const { return this->rootNode; }36 inline OBBTreeNode* getRootNode() const { return this->rootNode; } 37 37 38 38 void debug();
Note: See TracChangeset
for help on using the changeset viewer.