public class Interp
extends java.lang.Object
| Constructor and Description |
|---|
Interp() |
| Modifier and Type | Method and Description |
|---|---|
static double |
cubicInterp(double n0,
double n1,
double n2,
double n3,
double a) |
static double |
linearInterp(double n0,
double n1,
double a) |
static double |
SCurve3(double a) |