Class EaseInOutDouble
java.lang.Object
de.pirckheimer_gymnasium.engine_pi.animation.interpolation.EaseInOutDouble
- All Implemented Interfaces:
Interpolator<Double>
-
Constructor Summary
ConstructorsConstructorDescriptionEaseInOutDouble(double start, double end) Erstellt einen EaseInOut-Interpolator. -
Method Summary
-
Constructor Details
-
EaseInOutDouble
Erstellt einen EaseInOut-Interpolator. Interpoliert "smooth" zwischen den beiden Werten, beginnt also langsam (erste Ableitung = 0) und endet langsam (erste Ableitung = 0). Dazwischen wächst und schrumpft die Änderungsrate dynamisch.- Parameters:
start- Der Startpunkt der Interpolation.end- Der Endpunkt der Interpolation.
-
-
Method Details
-
interpolate
- Specified by:
interpolatein interfaceInterpolator<Double>
-