Public Member Functions
cinder::EaseOutInCubic Struct Reference

Easing equation for a cubic (t^3) ease-out/in, decelerating until halfway, then accelerating. Functor edition. More...

#include <Easing.h>

List of all members.

Public Member Functions

float operator() (float t) const

Detailed Description

Easing equation for a cubic (t^3) ease-out/in, decelerating until halfway, then accelerating. Functor edition.


Member Function Documentation

float cinder::EaseOutInCubic::operator() ( float  t) const

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