Changeset 10335 in orxonox.OLD for branches/playability/src/lib/math
- Timestamp:
- Jan 24, 2007, 4:43:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/lib/math/curve.cc
r10297 r10335 288 288 Vector BezierCurve::calcDir (float t) 289 289 { 290 return this->dirCurve->calcPos(t); 290 return this->calcPos(t + 0.01) - this->calcPos(t); 291 //return this->dirCurve->calcPos(t); 291 292 } 292 293
Note: See TracChangeset
for help on using the changeset viewer.