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

◆ lerp() [1/2]

FASTLED_FORCE_INLINE float fl::lerp ( float t,
float a,
float b )

Definition at line 50 of file perlin_float.h.

50 {
51 return a + t * (b - a);
52}

References FASTLED_FORCE_INLINE, and t.

Referenced by fl::FlowFieldFloat::Perlin2D::noise(), and pnoise().

+ Here is the caller graph for this function: