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

A steeper curve. Acceleration changes faster than Cubic. More...

Detailed Description

A steeper curve. Acceleration changes faster than Cubic.

Classes

struct  easing::quarticInEasing
 Acceelerate initial values with a quartic equation. More...
 
struct  easing::quarticOutEasing
 Deaccelerate ending values with a quartic equation. More...
 
struct  easing::quarticInOutEasing
 Acceelerate initial and deaccelerate ending values with a quartic equation. More...