- Timestamp:
- Nov 25, 2008, 1:14:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy2/src/orxonox/objects/worldentities/WorldEntity.h
r2212 r2256 72 72 inline void translate(float x, float y, float z, Ogre::Node::TransformSpace relativeTo = Ogre::Node::TS_LOCAL) 73 73 { this->translate(Vector3(x, y, z), relativeTo); } 74 75 virtual inline const Vector3& getVelocity() const 76 { return Vector3::ZERO; } 74 77 75 78 virtual void setOrientation(const Quaternion& orientation) = 0;
Note: See TracChangeset
for help on using the changeset viewer.