Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/collision_detection/bounding_sphere.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/bounding_sphere.h
r9687 r9715 14 14 //! A class representing an extended bounding volume tree: an sphere 15 15 class BoundingSphere : public BoundingVolume { 16 NewObjectListDeclaration(BoundingSphere);16 ObjectListDeclaration(BoundingSphere); 17 17 18 18 public:
Note: See TracChangeset
for help on using the changeset viewer.