Changeset 7601 for code/trunk/src/modules/objects/collisionshapes
- Timestamp:
- Oct 30, 2010, 1:54:49 PM (14 years ago)
- Location:
- code/trunk/src/modules/objects/collisionshapes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/collisionshapes/BoxCollisionShape.h
r7163 r7601 26 26 * 27 27 */ 28 29 /** 30 @file BoxCollisionShape.h 31 @brief Definition of the BoxCollisionShape class. 32 @ingroup Collisionshapes 33 */ 28 34 29 35 #ifndef _BoxCollisionShape_H__ -
code/trunk/src/modules/objects/collisionshapes/ConeCollisionShape.h
r7163 r7601 26 26 * 27 27 */ 28 29 /** 30 @file ConeCollisionShape.h 31 @brief Definition of the ConeCollisionShape class. 32 @ingroup Collisionshapes 33 */ 28 34 29 35 #ifndef _ConeCollisionShape_H__ -
code/trunk/src/modules/objects/collisionshapes/PlaneCollisionShape.h
r7163 r7601 26 26 * 27 27 */ 28 29 /** 30 @file PlaneCollisionShape.h 31 @brief Definition of the PlaneCollisionShape class. 32 @ingroup Collisionshapes 33 */ 28 34 29 35 #ifndef _PlaneCollisionShape_H__ -
code/trunk/src/modules/objects/collisionshapes/SphereCollisionShape.h
r7163 r7601 26 26 * 27 27 */ 28 29 /** 30 @file SphereCollisionShape.h 31 @brief Definition of the SphereCollisionShape class. 32 @ingroup Collisionshapes 33 */ 28 34 29 35 #ifndef _SphereCollisionShape_H__
Note: See TracChangeset
for help on using the changeset viewer.