Changeset 5118 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Aug 24, 2005, 2:45:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5115 r5118 598 598 PRINTF(4)("NullParent::update - (%f, %f, %f)\n", this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z); 599 599 if (this->bRelCoorChanged) 600 { 601 this->prevRelCoordinate = this->relCoordinate; 600 602 this->absCoordinate = this->relCoordinate; 603 } 601 604 if (this->bRelDirChanged) 605 { 606 this->prevRelDirection = this->relDirection; 602 607 this->absDirection = this->getAbsDir () * this->relDirection; 608 } 603 609 } 604 610
Note: See TracChangeset
for help on using the changeset viewer.