Changeset 5083 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Aug 19, 2005, 1:54:28 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5082 r5083 578 578 { 579 579 /* update the current absCoordinate */ 580 this->prevRel Direction = this->relDirection;580 this->prevRelCoordinate = this->relCoordinate; 581 581 this->absCoordinate = this->parent->getAbsCoor() + parent->getAbsDir().apply(this->relCoordinate); 582 582 }
Note: See TracChangeset
for help on using the changeset viewer.