Changeset 4274 in orxonox.OLD for orxonox/branches/physics/src/lib/coord
- Timestamp:
- May 22, 2005, 10:21:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/lib/coord/p_node.h
r4178 r4274 73 73 /** \returns the Velocity of the Node */ 74 74 inline const Vector& getVelocity() const {return this->velocity;} 75 /** \returns the last calculated coordinate */ 76 inline Vector getLastAbsCoor(void) {return this->lastAbsCoordinate;} 75 77 76 78 void addChild (PNode* pNode, int parentingMode = DEFAULT_MODE);
Note: See TracChangeset
for help on using the changeset viewer.