Interface Interpolator

All Known Implementing Classes:
CubicInterpolator, LinearInterpolator, PointInterpolator, SincInterpolator

public interface Interpolator
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    interpolate(float[] arr, double position, int offset, int channels)
     
  • Method Details

    • interpolate

      float interpolate(float[] arr, double position, int offset, int channels)