FastLED 3.9.15
Loading...
Searching...
No Matches

◆ lerp()

float animartrix_detail::ANIMartRIX::lerp ( float t,
float a,
float b )
inline

Definition at line 247 of file animartrix_detail.hpp.

247{ return a + t * (b - a); }

References a, and b.

Referenced by pnoise().

+ Here is the caller graph for this function: