Jamoma API  0.6.0.a19
TTBackEaseInOutFunction.cpp File Reference

TTBackEaseInOutFunction Unit for Jamoms DSP More...

+ Include dependency graph for TTBackEaseInOutFunction.cpp:

Go to the source code of this file.

Detailed Description

TTBackEaseInOutFunction Unit for Jamoms DSP

Modeled after the piecewise overshooting cubic function:
y = (1/2)*((2x)^3-(2x)*sin(2*x*pi)) ; [0, 0.5)
y = (1/2)*(1-((1-x)^3-(1-x)*sin((1-x)*pi))+1) ; [0.5, 1]

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

Authors
Trond Lossius

Definition in file TTBackEaseInOutFunction.cpp.