Jamoma API  0.6.0.a19
TTCubicEaseOutFunction.h File Reference

TTCubicEaseOutFunction Unit for Jamoms DSP More...

#include "TTDSP.h"
+ Include dependency graph for TTCubicEaseOutFunction.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TTCubicEaseOutFunction
 This implements a function which basically does nothing: y = f(x) More...
 

Detailed Description

TTCubicEaseOutFunction Unit for Jamoms DSP

Modeled after the cubic y = (x - 1)^3 + 1

Derived from Sam Hocevar's public domain C/C++ implementation of Robert Penner easing functions

Authors
Trond Lossius

Definition in file TTCubicEaseOutFunction.h.