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

A bouncing easing function. Values "bounce" around the maximum/minumum. More...

Detailed Description

A bouncing easing function. Values "bounce" around the maximum/minumum.

Classes

struct  easing::bounceInEasing
 Acceelerate initial values with a "bounce" equation. More...
 
struct  easing::bounceOutEasing
 Deaccelerate ending values with a "bounce" equation. More...
 
struct  easing::bounceInOutEasing
 Acceelerate initial and deaccelerate ending values with a "bounce" equation. More...