Changeset 3374 in orxonox.OLD for orxonox/branches/trackManager/src/curve.cc
- Timestamp:
- Jan 8, 2005, 12:04:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/curve.cc
r3369 r3374 142 142 143 143 // rebuilding the Derivation curve 144 if(this->derivation == 0)144 if(this->derivation <= 1) 145 145 { 146 146 tmpNode = firstNode; … … 202 202 } 203 203 204 Vector BezierCurve::calcAcc (float t) 205 { 206 return dirCurve->dirCurve->calcPos(t); 207 } 208 204 209 /** 205 210 \brief Calculates the Quaternion needed for our rotations … … 374 379 } 375 380 381 Vector UPointCurve::calcAcc (float t) 382 { 383 } 384 376 385 /** 377 386 \brief Calculates the Quaternion needed for our rotations
Note: See TracChangeset
for help on using the changeset viewer.