- interpolateCosine(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
-
Interpolate between x0 and x1 based on factor
such that:
- interpolateCosine(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
-
Interpolate between x0 and x1 based on a such
that:
- interpolateExponential(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
-
Interpolate between x0 and x1 based on
factor, using an exponential scale.
- interpolateExponential(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
-
Interpolate between x0 and x1 based on
factor, using an exponential scale.
- interpolateLinear(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
-
Linearly interpolate between x0 and x1 based on
factor such that:
- interpolateLinear(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
-
Linearly interpolate between x0 and x1 based on
a such that:
- interpolateLogarithmic(double, double, double) - Static method in class com.io7m.jinterp.InterpolationD
-
Interpolate between x0 and x1 based on
factor, using an exponential scale.
- interpolateLogarithmic(float, float, float) - Static method in class com.io7m.jinterp.InterpolationF
-
Interpolate between x0 and x1 based on
factor, using a logarithmic scale.
- InterpolationD - Class in com.io7m.jinterp
-
Interpolation functions.
- InterpolationF - Class in com.io7m.jinterp
-
Interpolation functions.
- InterpolationFunctionDType - Interface in com.io7m.jinterp
-
The type of interpolation functions.
- InterpolationFunctionFType - Interface in com.io7m.jinterp
-
The type of interpolation functions.