|
Jamoma API
0.6.0.a19
|
TTCircularEaseInOutFunction Unit for Jamoms DSP More...
#include "TTDSP.h"
Include dependency graph for TTCircularEaseInOutFunction.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TTCircularEaseInOutFunction |
| This implements a function which basically does nothing: y = f(x) More... | |
TTCircularEaseInOutFunction Unit for Jamoms DSP
Modeled after the piecewise circular function
y = (1/2)(1 - sqrt(1 - 4x^2)) ; [0, 0.5)
y = (1/2)(sqrt(-(2x - 3)*(2x - 1)) + 1) ; [0.5, 1]
Derived from Sam Hocevar's public domain C/C++ implementation of Robert Penner easing functions
Definition in file TTCircularEaseInOutFunction.h.