@FunctionalInterface
public interface Interpolatable<T>
interpolate(Object, double) method, which returns interpolated value
of given fraction.| Modifier and Type | Method and Description |
|---|---|
T |
interpolate(T endValue,
double t)
The function calculates an interpolated value along the fraction
t between 0.0 and 1.0. |