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

◆ has()

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

Definition at line 208 of file wave_simulation_real.cpp.

208 {
209 return (x < width && y < height);
210}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71

References height, width, x, and y.