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

Method noisePunchY

src/fl/fx/2d/flowfield.cpp.hpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void FlowField::noisePunchY(float center, float width, float amplitude,
48 BumpShape shape) {
49 mNoiseBias.triggerY(center, width, amplitude, shape);
50}
51
52// ===========================================================================
53// FlowFieldFloat

Callers

nothing calls this directly

Calls 1

triggerYMethod · 0.80

Tested by

no test coverage detected