public class ExponentialInterpolator extends EasingInterpolator
easingModeProperty
Constructor and Description |
---|
ExponentialInterpolator()
Default constructor.
|
ExponentialInterpolator(EasingMode easingMode)
Constructs the interpolator with a specific easing mode.
|
Modifier and Type | Method and Description |
---|---|
protected double |
baseCurve(double v)
Defines the base curve for the interpolator.
|
curve, easingModeProperty, getEasingMode, setEasingMode
public ExponentialInterpolator()
public ExponentialInterpolator(EasingMode easingMode)
easingMode
- The easing mode.protected double baseCurve(double v)
EasingInterpolator
baseCurve
in class EasingInterpolator
v
- The normalized value/time/progress of the interpolation (between 0 and 1).Interpolator.curve(double)
Copyright © 2013 ExtFX. All Rights Reserved.