29#ifndef __CLAW_TWEEN_TWEENER_SEQUENCE_HPP__
30#define __CLAW_TWEEN_TWEENER_SEQUENCE_HPP__
61 bool do_is_finished()
const;
62 double do_update(
double dt);
66 std::vector<tweener> m_tweeners;
Common interface for all tweeners.
Common interface for all tweeners.
The tweener sequence manages several tweeners in a common timeline.
void clear()
Remove all the tweeners from the sequence.
void insert(const tweener &t)
Add a tweener in the sequence.
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...
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...