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

◆ has()

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

Definition at line 123 of file wave_simulation.cpp.

123 {
124 return (x < outerWidth) && (y < outerHeight);
125}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81

References outerHeight, outerWidth, x, and y.

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

+ Here is the caller graph for this function: