#include <Tween.h>
|
| float | easeIn (float time, float start, float change, float duration) const |
| |
| float | easeOut (float time, float start, float change, float duration) const |
| |
| float | easeInOut (float time, float start, float change, float duration) const |
| |
◆ ElasticTweener()
| ElasticTweener::ElasticTweener |
( |
float |
a = 0.0, |
|
|
float |
p = 0.0 |
|
) |
| |
|
inline |
◆ easeIn()
| float ElasticTweener::easeIn |
( |
float |
time, |
|
|
float |
start, |
|
|
float |
change, |
|
|
float |
duration |
|
) |
| const |
|
inlineprotected |
◆ easeInOut()
| float ElasticTweener::easeInOut |
( |
float |
time, |
|
|
float |
start, |
|
|
float |
change, |
|
|
float |
duration |
|
) |
| const |
|
inlineprotected |
◆ easeOut()
| float ElasticTweener::easeOut |
( |
float |
time, |
|
|
float |
start, |
|
|
float |
change, |
|
|
float |
duration |
|
) |
| const |
|
inlineprotected |
◆ Tween()
| float ElasticTweener::Tween |
( |
float |
time, |
|
|
float |
start, |
|
|
float |
change, |
|
|
float |
duration |
|
) |
| |
|
inlineoverridevirtual |
◆ _a
◆ _p
The documentation for this class was generated from the following file: