Tweeny
3
A Tweening library for modern C++
|
The most commonly used easing functions. More...
The most commonly used easing functions.
Classes | |
struct | easing::quadraticInEasing |
Accelerate initial values with a quadratic equation. More... | |
struct | easing::quadraticOutEasing |
Deaccelerate ending values with a quadratic equation. More... | |
struct | easing::quadraticInOutEasing |
Acceelerate initial and deaccelerate ending values with a quadratic equation. More... | |