Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6253 in orxonox.OLD for trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Dec 21, 2005, 4:48:53 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed the *final* pnode bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.cc

    r6142 r6253  
    745745          /* update the current absDirection - remember * means rotation around sth.*/
    746746          this->prevRelCoordinate = this->relCoordinate;
    747           this->absDirection = this->relDirection * parent->getAbsDir();;
     747          this->absDirection = parent->getAbsDir() * this->relDirection;
    748748        }
    749749
Note: See TracChangeset for help on using the changeset viewer.