cf_lerp¶ Category: math GitHub: cute_math.h Returns the linear interpolation from a to b along t, where t is usually between 0.0 and 1.0. #define cf_lerp(a, b, t) Related Pages¶ cf_min cf_max cf_clamp cf_clamp01 cf_sign cf_fract cf_remap cf_mod