cpflerp

Linearly interpolate (or extrapolate) between @c f1 and @c f2 by @c t percent.

extern (C) static
cpFloat
cpflerp
(
cpFloat f1
,
cpFloat f2
,
cpFloat t
)

Meta