cf_lerp¶
Category: math
GitHub: cute_math.h
Returns the linear interpolation from a
to b
along t
, where t
is usually a value from 0.0f to 1.0f.
Related Pages¶
cf_min
cf_max
cf_clamp
cf_clamp01
cf_sign
cf_intersect
cf_safe_invert
cf_fract
cf_remap
cf_mod