Tweeny
3
A Tweening library for modern C++
|
A steeper curve. Acceleration changes faster than Cubic. More...
A steeper curve. Acceleration changes faster than Cubic.
Classes | |
struct | easing::quarticInEasing |
Acceelerate initial values with a quartic equation. More... | |
struct | easing::quarticOutEasing |
Deaccelerate ending values with a quartic equation. More... | |
struct | easing::quarticInOutEasing |
Acceelerate initial and deaccelerate ending values with a quartic equation. More... | |