Changeset 2975 for code/branches/netp2/src/orxonox/objects
- Timestamp:
- May 13, 2009, 2:25:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp2/src/orxonox/objects/worldentities/MobileEntity.h
r2826 r2975 61 61 { this->setAngularVelocity(Vector3(x, y, z)); } 62 62 inline const Vector3& getAngularVelocity() const 63 { return this-> linearAcceleration_; }63 { return this->angularVelocity_; } 64 64 65 65 void setAcceleration(const Vector3& acceleration);
Note: See TracChangeset
for help on using the changeset viewer.