Module com.github.weisj.jsvg
Interface FloatInterpolator
-
- All Known Implementing Classes:
DefaultInterpolator
public interface FloatInterpolator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
interpolate(float initial, float a, float b, float progress)
-