Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9377 in orxonox.OLD for branches/proxy/src/lib/coord


Ignore:
Timestamp:
Jul 21, 2006, 11:43:38 AM (18 years ago)
Author:
patrick
Message:

more string switching for outcommented stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/coord/p_node.cc

    r9371 r9377  
    793793        if (unlikely (shiftLen >= 1.0))
    794794          shiftLen = 1.0;
    795         //printf("%s::%s %f\n", this->getClassName(), this->getName(), this->toStep );
     795        //printf("%s::%s %f\n", this->getClassCName(), this->getName(), this->toStep );
    796796        Quaternion rotQuat = Quaternion::quatSlerp(this->relDirection,*this->toDirection, shiftLen);
    797797        if (this->relDirection.distance(rotQuat) > PNODE_ITERATION_DELTA)
Note: See TracChangeset for help on using the changeset viewer.