Tweeny  3
A Tweening library for modern C++
Classes
Exponential

A very steep curve, based on the p(t) = 2^(10*(t-1)) equation. More...

Detailed Description

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...