public class Interpolation
extends java.lang.Object
Constructor and Description |
---|
Interpolation() |
Modifier and Type | Method and Description |
---|---|
static float |
interpolate(float x,
float x0,
float x1,
float y0,
float y1)
Method implemented with the ideas from:
http://wwwprof.uniandes.edu.co/~gprieto/classes/compufis/interpolacion.pdf
|