Changeset 8702 for code/branches/presentation/src
- Timestamp:
- Jun 11, 2011, 1:47:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/worldentities/MobileEntity.h
r8589 r8702 89 89 { this->setAngularVelocity(this->getAngularVelocity().normalisedCopy() * rate.valueRadians()); } 90 90 inline Degree getRotationRate() const 91 { return Degree(this->getAngularVelocity().length()); }91 { return Radian(this->getAngularVelocity().length()); } 92 92 93 93 inline void setRotationAxis(const Vector3& axis)
Note: See TracChangeset
for help on using the changeset viewer.