Changeset 4695 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
- Timestamp:
- Jun 24, 2005, 11:15:12 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
r4635 r4695 29 29 inline const int getIndex() { return this->treeIndex; } 30 30 31 virtual void collideWith( const BVTree &tree) = NULL;31 virtual void collideWith(BVTreeNode* treeNode) = NULL; 32 32 33 33 virtual void drawBV(int depth, int drawMode) const = NULL;
Note: See TracChangeset
for help on using the changeset viewer.