MCPcopy Create free account
hub / github.com/FastLED/FastLED / triggerY

Method triggerY

src/fl/fx/2d/flowfield.h:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void triggerY(float center, float width, float amplitude,
116 BumpShape shape = BumpShape::HalfSine) {
117 mYBias.trigger(center, width, amplitude, shape);
118 }
119
120 void update(float dtSeconds) {
121 mXBias.update(dtSeconds);

Callers 3

noisePunchMethod · 0.80
noisePunchYMethod · 0.80
flowfield.hppFile · 0.80

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected