Interface FloatInterpolator
- All Known Implementing Classes:
DefaultInterpolator
public interface FloatInterpolator
-
Method Summary
Modifier and TypeMethodDescriptionfloatinterpolate(float initial, float a, float b, float progress)
-
Method Details
-
interpolate
float interpolate(float initial, float a, float b, float progress)
-