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

◆ has()

bool fl::WaveSimulation2D::has ( size_t x,
size_t y ) const

Definition at line 140 of file wave_simulation.cpp.

140 {
141 return (x < mOuterWidth) && (y < mOuterHeight);
142}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83

References mOuterHeight, mOuterWidth, x, and y.

Referenced by getf(), geti16(), geti16All(), geti16Previous(), setf(), and seti16().

+ Here is the caller graph for this function: