Changeset 7563 in orxonox.OLD for branches/bsp_model/src/lib/coord
- Timestamp:
- May 10, 2006, 12:54:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/coord/p_node.h
r7221 r7563 198 198 /** tells the child that the parent's Direction has changed */ 199 199 inline void parentDirChanged () { this->bRelDirChanged = true; } 200 public: 200 201 /** @returns the last calculated coordinate */ 201 202 inline Vector getLastAbsCoor() { return this->lastAbsCoordinate; } 202 203 private: 203 204 static PNode* createNullParent(); 204 205 void reparent();
Note: See TracChangeset
for help on using the changeset viewer.