Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3374 in orxonox.OLD for orxonox/branches/trackManager/src/curve.cc


Ignore:
Timestamp:
Jan 8, 2005, 12:04:19 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: deleted old track-system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/curve.cc

    r3369 r3374  
    142142
    143143  // rebuilding the Derivation curve
    144   if(this->derivation == 0)
     144  if(this->derivation <= 1)
    145145    {
    146146      tmpNode = firstNode;
     
    202202}
    203203
     204Vector BezierCurve::calcAcc (float t)
     205{
     206  return dirCurve->dirCurve->calcPos(t);
     207}
     208
    204209/**
    205210   \brief Calculates the Quaternion needed for our rotations
     
    374379}
    375380
     381Vector UPointCurve::calcAcc (float t)
     382{
     383}
     384
    376385/**
    377386   \brief Calculates the Quaternion needed for our rotations
Note: See TracChangeset for help on using the changeset viewer.