Claw
1.7.0
|
Common interface for all tweeners. More...
#include <base_tweener.hpp>
Public Member Functions | |
virtual | ~base_tweener () |
Destructor. | |
base_tweener * | clone () const |
Create a copy of this allocated with new. | |
bool | is_finished () const |
Tell if the tweener has reached his total duration. | |
double | update (double dt) |
Update the base_tweener of a given amount of time. |
Common interface for all tweeners.
Definition at line 41 of file base_tweener.hpp.
double claw::tween::base_tweener::update | ( | double | dt | ) |
Update the base_tweener of a given amount of time.
dt | The duration of the update in time units since the last call. |
Definition at line 66 of file base_tweener.cpp.
References CLAW_POSTCOND, and CLAW_PRECOND.