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;
Common interface for all tweeners.
Common interface for all tweeners.
The tweener group manages several tweeners and remove them when they are over.
bool empty() const
Tells if there is nothing in this group.
void insert(const tweener &t)
Add a tweener in the group.
void clear()
Remove all the tweeners from the group.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
Tweeners interpolate the intermediate values between two given reference values using various equatio...
This is the main namespace.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...