Changeset 8315 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jun 11, 2006, 1:01:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/animation/t_animation.h
r8145 r8315 316 316 { 317 317 return this->linear(timePassed); 318 319 318 } 320 319 … … 338 337 float tAnimation<T>::quadratic(float timePassed) const 339 338 { 340 this->linear(timePassed);339 return this->linear(timePassed); 341 340 } 342 341
Note: See TracChangeset
for help on using the changeset viewer.