API Version: 1
Library Version: 1.0.0
double bis_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.