Cinder  0.9.1
Public Member Functions | Public Attributes | List of all members
cinder::EaseOutBounce Struct Reference

#include <Easing.h>

Public Member Functions

 EaseOutBounce (float a=1.70158f)
 
float operator() (float t)
 

Public Attributes

float mA
 

Detailed Description

Easing equation for a bounce (exponentially decaying parabolic bounce) ease-out, decelerating from zero velocity. Functor edition. The a parameter controls overshoot, the default producing a 10% overshoot.

Constructor & Destructor Documentation

cinder::EaseOutBounce::EaseOutBounce ( float  a = 1.70158f)

Member Function Documentation

float cinder::EaseOutBounce::operator() ( float  t)

Member Data Documentation

float cinder::EaseOutBounce::mA

The documentation for this struct was generated from the following file: