Changeset 4526 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Jun 7, 2005, 12:46:21 AM (19 years ago)
- Location:
- orxonox/trunk/src/util/collision_detection
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/collision_detection/cd_engine.h
r4524 r4526 13 13 template<class T> class tList; 14 14 class WorldEntity; 15 15 16 16 17 //! featured state options, they are all additive -
orxonox/trunk/src/util/collision_detection/collision.h
r4520 r4526 11 11 #include "vector.h" 12 12 13 // FORWARD DEFINITION 13 14 14 class WorldEntity; 15 15 class sVec3D; -
orxonox/trunk/src/util/collision_detection/obb.h
r4525 r4526 1 1 /*! 2 2 \file obb.h 3 \brief Definition of an OBB ( Object aligned Bounding Box)3 \brief Definition of an OBB (object Oriented Bounding Box) 4 4 5 5 */ -
orxonox/trunk/src/util/collision_detection/obb_tree.h
r4514 r4526 1 1 /*! 2 2 \file obb_tree.h 3 \brief Definition of an obb tree ( Object aligned Bounding Box)3 \brief Definition of an obb tree (object oriented Bounding Box) 4 4 5 5 */
Note: See TracChangeset
for help on using the changeset viewer.