API Version: 1
Library Version: 1.2.5
Generated by gi-docgen 2023.2
since: 1.0
double adw_lerp ( double a, double b, double t )
Computes the linear interpolation between a and b for t.
a
b
t
Available since: 1.0
Type: double
double
The start.
The end.
The interpolation rate.
The computed value.