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