Changeset 8087 in orxonox.OLD for branches/bsp_model/src/lib/coord
- Timestamp:
- Jun 1, 2006, 5:10:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/lib/coord/p_node.h
r7954 r8087 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.