Package gaiasky.scene.record
Interface BilinearInterpolator.GridModel
- Enclosing class:
BilinearInterpolator
public static interface BilinearInterpolator.GridModel
-
Method Summary
-
Method Details
-
getWidth
int getWidth() -
getHeight
int getHeight() -
getValue
double getValue(int x, int y)
-