- Timestamp:
- Dec 16, 2008, 7:46:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/objects/worldentities/MobileEntity.h
r2485 r2488 54 54 inline const Vector3& getVelocity() const 55 55 { return this->linearVelocity_; } 56 inline Vector3 getLocalVelocity() const 57 { return (this->getOrientation().Inverse() * this->getVelocity()); } 56 58 57 59 virtual void setAngularVelocity(const Vector3& velocity);
Note: See TracChangeset
for help on using the changeset viewer.