public interface InterpolationFunctionFType
float
call(float x0, float x1, float a)
float call(float x0, float x1, float a)
Interpolate between x0 and x1 based on a such that:
call (x0, x1, 1.0) == x1 call (x0, x1, 0.0) == x0
x0
x1
a
Copyright © 2017 <code@io7m.com> http://io7m.com