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

◆ get()

float fl::NoiseBias2D::get ( u16 x,
u16 y ) const
inline

Definition at line 127 of file flowfield.h.

127{ return mXBias.get(x) + mYBias.get(y); }
NoiseBias1D mXBias
Definition flowfield.h:143
NoiseBias1D & y()
Definition flowfield.h:131
NoiseBias1D mYBias
Definition flowfield.h:144
NoiseBias1D & x()
Definition flowfield.h:129

References mXBias, mYBias, x(), and y().

+ Here is the call graph for this function: