public class BilinearInterpolator
extends java.lang.Object
Constructor and Description |
---|
BilinearInterpolator(Vec4 ll,
Vec4 lr,
Vec4 ur,
Vec4 ul) |
Modifier and Type | Method and Description |
---|---|
Vec4[] |
getCorners() |
void |
interpolate(double u,
double v,
double[] compArray) |
Vec4 |
interpolateAsPoint(double u,
double v) |