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

◆ NoiseBias2D()

fl::NoiseBias2D::NoiseBias2D ( u16 width,
u16 height,
float attackTau,
float decayTau )
inline

Definition at line 106 of file flowfield.h.

107 : mXBias(width, attackTau, decayTau),
108 mYBias(height, attackTau, decayTau) {}
u16 width() const
Definition flowfield.h:134
NoiseBias1D mXBias
Definition flowfield.h:143
u16 height() const
Definition flowfield.h:135
NoiseBias1D mYBias
Definition flowfield.h:144

References height(), mXBias, mYBias, and width().

+ Here is the call graph for this function: