Go to the documentation of this file.
29 #ifndef __CLAW_TWEEN_BASE_TWEENER_HPP__
30 #define __CLAW_TWEEN_BASE_TWEENER_HPP__
49 double update(
double dt );
60 virtual bool do_is_finished()
const = 0;
67 virtual double do_update(
double dt ) = 0;
74 #endif // __CLAW_TWEEN_BASE_TWEENER_HPP__