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

◆ FlowField()

fl::FlowField::FlowField ( const XYMap & xyMap,
const Params & params = Params() )
explicitprotected

Definition at line 17 of file flowfield.cpp.hpp.

18 : Fx2d(xyMap), mParams(params),
19 mNoiseBias(xyMap.getWidth(), xyMap.getHeight(), 0.01f, 0.5f) {}
NoiseBias2D mNoiseBias
Definition flowfield.h:287
Params mParams
Definition flowfield.h:286
Fx2d(const XYMap &xyMap)
Definition fx2d.h:19
u16 xyMap(u16 x, u16 y) const
Definition fx2d.h:20

References fl::Fx2d::Fx2d(), fl::Fx2d::getHeight(), fl::Fx2d::getWidth(), mNoiseBias, mParams, and fl::Fx2d::xyMap().

Referenced by fl::FlowFieldFloat::FlowFieldFloat(), and fl::FlowFieldFP::FlowFieldFP().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: