Changeset 5039 in orxonox.OLD for orxonox/trunk/src/lib/collision_detection
- Timestamp:
- Aug 16, 2005, 6:57:47 PM (19 years ago)
- Location:
- orxonox/trunk/src/lib/collision_detection
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/bounding_sphere.h
r4836 r5039 1 1 /*! 2 \file bounding_sphere.h2 * @file bounding_sphere.h 3 3 * Definition of a bounding sphere 4 4 -
orxonox/trunk/src/lib/collision_detection/bounding_volume.h
r4836 r5039 1 1 /*! 2 \file bounding_volume.h2 * @file bounding_volume.h 3 3 * Definition of a bounding volume for collision detection algorithms 4 4 -
orxonox/trunk/src/lib/collision_detection/bv_tree.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4 -
orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4 -
orxonox/trunk/src/lib/collision_detection/cd_engine.h
r5026 r5039 1 1 /*! 2 \file cd_engine.h2 * @file cd_engine.h 3 3 * Definition of the collision detection engine 4 4 -
orxonox/trunk/src/lib/collision_detection/collision.h
r4836 r5039 1 1 /*! 2 \file collision.h2 * @file collision.h 3 3 * Definition of a collision event 4 4 -
orxonox/trunk/src/lib/collision_detection/collision_defs.h
r4836 r5039 1 1 /*! 2 \file collision_defs.h2 * @file collision_defs.h 3 3 * Definition of some global collision data 4 4 -
orxonox/trunk/src/lib/collision_detection/lin_alg.h
r4836 r5039 1 1 /*! 2 \file lin_alg.h2 * @file lin_alg.h 3 3 * Definition of some important linear algebra formulas 4 4 -
orxonox/trunk/src/lib/collision_detection/obb.h
r4836 r5039 1 1 /*! 2 \file obb.h2 * @file obb.h 3 3 * Definition of an OBB (object Oriented Bounding Box) 4 4 -
orxonox/trunk/src/lib/collision_detection/obb_tree.h
r5028 r5039 1 1 /*! 2 \file obb_tree.h2 * @file obb_tree.h 3 3 * Definition of an obb tree (object oriented Bounding Box) 4 4 -
orxonox/trunk/src/lib/collision_detection/obb_tree_node.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4
Note: See TracChangeset
for help on using the changeset viewer.