Tweeny
3
A Tweening library for modern C++
|
A very steep curve, based on the p(t) = 2^(10*(t-1))
equation.
More...
A very steep curve, based on the p(t) = 2^(10*(t-1))
equation.
Classes | |
struct | easing::exponentialInEasing |
Acceelerate initial values with an exponential equation. More... | |
struct | easing::exponentialOutEasing |
Deaccelerate ending values with an exponential equation. More... | |
struct | easing::exponentialInOutEasing |
Acceelerate initial and deaccelerate ending values with an exponential equation. More... | |