Jamoma API  0.6.0.a19
TTCubicEaseInOutFunction.cpp File Reference

TTCubicEaseInOutFunction Unit for Jamoms DSP More...

+ Include dependency graph for TTCubicEaseInOutFunction.cpp:

Go to the source code of this file.

Detailed Description

TTCubicEaseInOutFunction Unit for Jamoms DSP

Modeled after the piecewise cubic
y = (1/2)((2x)^3) ; [0, 0.5)
y = (1/2)((2x-2)^3 + 2) ; [0.5, 1]

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

Authors
Trond Lossius

Definition in file TTCubicEaseInOutFunction.cpp.