- Timestamp:
- Dec 14, 2008, 10:53:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics_merge/src/orxonox/objects/worldentities/MobileEntity.cc
r2442 r2452 51 51 this->angularAcceleration_ = Vector3::ZERO; 52 52 this->angularVelocity_ = Vector3::ZERO; 53 54 this->registerVariables();55 53 } 56 54 … … 66 64 XMLPortParamTemplate(MobileEntity, "rotationaxis", setRotationAxis, getRotationAxis, xmlelement, mode, const Vector3&); 67 65 XMLPortParam(MobileEntity, "rotationrate", setRotationRate, getRotationRate, xmlelement, mode); 68 }69 70 void MobileEntity::registerVariables()71 {72 66 } 73 67
Note: See TracChangeset
for help on using the changeset viewer.