Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 20, 2006, 12:54:48 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Some missing stuff

File:
1 edited

Legend:

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

    r6616 r6624  
    748748        {
    749749          this->toStep += fabs(dt) * bias;
    750           printf("%s::%s %f\n", this->getClassName(), this->getName(), this->toStep );
     750          //printf("%s::%s %f\n", this->getClassName(), this->getName(), this->toStep );
    751751          Quaternion rotQuat = Quaternion::quatSlerp(this->relDirection,*this->toDirection, toStep);
    752752          if (this->relDirection.distance(rotQuat) >PNODE_ITERATION_DELTA)
Note: See TracChangeset for help on using the changeset viewer.