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

◆ has()

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

Definition at line 208 of file wave_simulation_real.cpp.

208 {
209 return (x < width && y < height);
210}
int y
Definition simple.h:93
int x
Definition simple.h:92

References height, width, x, and y.