Tweeny
3
A Tweening library for modern C++
|
An elastic easing function. Values go a little past the maximum/minimum in an elastic effect. More...
An elastic easing function. Values go a little past the maximum/minimum in an elastic effect.
Classes | |
struct | easing::elasticInEasing |
Acceelerate initial values with an "elastic" equation. More... | |
struct | easing::elasticOutEasing |
Deaccelerate ending values with an "elastic" equation. More... | |
struct | easing::elasticInOutEasing |
Acceelerate initial and deaccelerate ending values with an "elastic" equation. More... | |