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

A bit curvier than the quadratic easing. More...

Detailed Description

A bit curvier than the quadratic easing.

Classes

struct  easing::cubicInEasing
 Aaccelerate initial values with a cubic equation. More...
 
struct  easing::cubicOutEasing
 Deaccelerate ending values with a cubic equation. More...
 
struct  easing::cubicInOutEasing
 Acceelerate initial and deaccelerate ending values with a cubic equation. More...