- Timestamp:
- Dec 14, 2008, 10:53:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/collisionshapes/CollisionShape.h
r2445 r2452 66 66 { return this->scale_; } 67 67 68 btVector3 getLocalInertia(float mass) const;68 void calculateLocalInertia(float mass, btVector3& inertia) const; 69 69 70 70 inline btCollisionShape* getCollisionShape() const
Note: See TracChangeset
for help on using the changeset viewer.