Interface BilinearInterpolator.GridModel

Enclosing class:
BilinearInterpolator

public static interface BilinearInterpolator.GridModel
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    double
    getValue(int x, int y)
     
    int
     
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getValue

      double getValue(int x, int y)