private static class InterpolationInterval.TangentIntegerInterpolationInterval extends InterpolationInterval.TangentInterpolationInterval
Modifier and Type | Field and Description |
---|---|
private WritableIntegerValue |
target |
p0, p3
rightInterpolator, ticks
Modifier | Constructor and Description |
---|---|
private |
TangentIntegerInterpolationInterval(KeyValue rightKeyValue,
long ticks) |
private |
TangentIntegerInterpolationInterval(KeyValue rightKeyValue,
long ticks,
KeyValue leftKeyValue,
long duration) |
Modifier and Type | Method and Description |
---|---|
void |
interpolate(double frac) |
void |
recalculateStartValue() |
calculate, recalculateStartValue
create, create
private final WritableIntegerValue target
private TangentIntegerInterpolationInterval(KeyValue rightKeyValue, long ticks, KeyValue leftKeyValue, long duration)
private TangentIntegerInterpolationInterval(KeyValue rightKeyValue, long ticks)
public void interpolate(double frac)
interpolate
in class InterpolationInterval
public void recalculateStartValue()
recalculateStartValue
in class InterpolationInterval