API Version: 0
Library Version: 0.47.0
Generated by gi-docgen 2025.3
unstable since: 1.0
double phoc_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.