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

Method noisePunchX

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

Source from the content-addressed store, hash-verified

40}
41
42void FlowField::noisePunchX(float center, float width, float amplitude,
43 BumpShape shape) {
44 mNoiseBias.triggerX(center, width, amplitude, shape);
45}
46
47void FlowField::noisePunchY(float center, float width, float amplitude,
48 BumpShape shape) {

Callers

nothing calls this directly

Calls 1

triggerXMethod · 0.80

Tested by

no test coverage detected