29 #ifndef __CLAW_TWEEN_TWEENER_SEQUENCE_HPP__ 30 #define __CLAW_TWEEN_TWEENER_SEQUENCE_HPP__ 62 bool do_is_finished()
const;
63 double do_update(
double dt );
67 std::list<tweener> m_tweeners;
74 #endif // __CLAW_TWEEN_TWEENER_SEQUENCE_HPP__ void clear()
Remove all the tweeners from the sequence.
void insert(const tweener &t)
Add a tweener in the sequence.
The tweener sequence manages several tweeners in a common timeline.
Common interface for all tweeners.
A tweener makes a value to evolve through time from a initial value to an end value according to a gi...
bool empty() const
Tells if there is nothing in this sequence.
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.