Changeset 8186 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Jun 7, 2006, 2:40:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.h
r7954 r8186 191 191 /** tells the child that the parent's Direction has changed */ 192 192 inline void parentDirChanged () { this->bRelDirChanged = true; } 193 public: 193 194 /** @returns the last calculated coordinate */ 194 195 inline Vector getLastAbsCoor() { return this->lastAbsCoordinate; } 195 196 private: 196 197 static PNode* createNullParent(); 197 198 void reparent();
Note: See TracChangeset
for help on using the changeset viewer.