30 #ifndef __CLAW_TWEEN_TWEENER_GROUP_HPP__ 31 #define __CLAW_TWEEN_TWEENER_GROUP_HPP__ 58 bool do_is_finished()
const;
59 double do_update(
double dt);
63 std::vector<tweener> m_tweeners;
70 #endif // __CLAW_TWEEN_TWEENER_GROUP_HPP__ Common interface for all tweeners.
The tweener group manages several tweeners and remove them when they are over.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
void clear()
Remove all the tweeners from the group.
void insert(const tweener &t)
Add a tweener in the group.
bool empty() const
Tells if there is nothing in this group.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
Common interface for all tweeners.
This is the main namespace.