Interface Interpolator
- All Known Implementing Classes:
CubicInterpolator,LinearInterpolator,PointInterpolator,SincInterpolator
public interface Interpolator
-
Method Summary
Modifier and TypeMethodDescriptionfloatinterpolate(float[] arr, double position, int offset, int channels)
-
Method Details
-
interpolate
float interpolate(float[] arr, double position, int offset, int channels)
-