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

◆ has()

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

Definition at line 190 of file wave_simulation_real.cpp.

190 {
191 return (x < width && y < height);
192}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:81

References height, width, x, and y.