- Timestamp:
- Aug 31, 2010, 11:19:49 PM (14 years ago)
- File:
-
- 1 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_)
Note: See TracChangeset
for help on using the changeset viewer.