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

◆ fade()

FASTLED_FORCE_INLINE float fl::fade ( float t)

Definition at line 45 of file perlin_float.h.

45 {
46 return t * t * t * (t * (t * 6 - 15) + 10);
47}

References FASTLED_FORCE_INLINE, and t.

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

+ Here is the caller graph for this function: