private static class InterpolationInterval.TangentFloatInterpolationInterval extends InterpolationInterval.TangentInterpolationInterval
| Modifier and Type | Field and Description |
|---|---|
private WritableFloatValue |
target |
p0, p3rightInterpolator, ticks| Modifier | Constructor and Description |
|---|---|
private |
TangentFloatInterpolationInterval(KeyValue rightKeyValue,
long ticks) |
private |
TangentFloatInterpolationInterval(KeyValue rightKeyValue,
long ticks,
KeyValue leftKeyValue,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
void |
interpolate(double frac) |
void |
recalculateStartValue() |
calculate, recalculateStartValuecreate, createprivate final WritableFloatValue target
private TangentFloatInterpolationInterval(KeyValue rightKeyValue, long ticks, KeyValue leftKeyValue, long duration)
private TangentFloatInterpolationInterval(KeyValue rightKeyValue, long ticks)
public void interpolate(double frac)
interpolate in class InterpolationIntervalpublic void recalculateStartValue()
recalculateStartValue in class InterpolationInterval