API Version: 1
Library Version: 1.1.0
double adw_lerp ( double a, double b, double t )
Computes the linear interpolation between a and b for t.
a
b
t
double
the start
the end
the interpolation rate
the computed value