private static class InterpolationInterval.DoubleInterpolationInterval extends InterpolationInterval
Modifier and Type | Field and Description |
---|---|
private double |
leftValue |
private double |
rightValue |
private WritableDoubleValue |
target |
rightInterpolator, ticks
Modifier | Constructor and Description |
---|---|
private |
DoubleInterpolationInterval(KeyValue keyValue,
long ticks) |
private |
DoubleInterpolationInterval(KeyValue keyValue,
long ticks,
java.lang.Object leftValue) |
Modifier and Type | Method and Description |
---|---|
void |
interpolate(double frac) |
void |
recalculateStartValue() |
create, create
private final WritableDoubleValue target
private double leftValue
private final double rightValue
private DoubleInterpolationInterval(KeyValue keyValue, long ticks, java.lang.Object leftValue)
private DoubleInterpolationInterval(KeyValue keyValue, long ticks)
public void interpolate(double frac)
interpolate
in class InterpolationInterval
public void recalculateStartValue()
recalculateStartValue
in class InterpolationInterval