Changeset 7300 for code/branches/doc/src/orxonox
- Timestamp:
- Aug 31, 2010, 11:19:49 PM (14 years ago)
- Location:
- code/branches/doc/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/orxonox/collisionshapes/CollisionShape.cc
r5781 r7300 150 150 } 151 151 152 void CollisionShape::calculateLocalInertia( btScalarmass, btVector3& inertia) const152 void CollisionShape::calculateLocalInertia(float mass, btVector3& inertia) const 153 153 { 154 154 if (this->collisionShape_) -
code/branches/doc/src/orxonox/controllers/ArtificialController.cc
r7297 r7300 558 558 559 559 /** 560 @brief Master sets its slaves free for @ varFREEDOM_COUNT seconds.560 @brief Master sets its slaves free for @ref FREEDOM_COUNT seconds. 561 561 */ 562 562 void ArtificialController::forceFreeSlaves()
Note: See TracChangeset
for help on using the changeset viewer.