public abstract class ValueInterpolatorBase extends java.lang.Object implements IValueInterpolator
Modifier and Type | Field and Description |
---|---|
ProgressFunction |
progress
interpolation progress function
|
Constructor and Description |
---|
ValueInterpolatorBase(ProgressFunction progress) |
Modifier and Type | Method and Description |
---|---|
double |
interpolate(double initial,
double target,
float t) |
public ProgressFunction progress
public ValueInterpolatorBase(ProgressFunction progress)
public double interpolate(double initial, double target, float t)
interpolate
in interface IValueInterpolator