Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/aabb.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/collision_detection/aabb.h
r9687 r9715 13 13 //! A class representing an extended bounding volume tree: an obb tree 14 14 class AABB : public BoundingVolume { 15 NewObjectListDeclaration(AABB);15 ObjectListDeclaration(AABB); 16 16 17 17 public:
Note: See TracChangeset
for help on using the changeset viewer.