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

◆ has()

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

Definition at line 138 of file wave_simulation.cpp.

138 {
139 return (x < mOuterWidth) && (y < mOuterHeight);
140}
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71

References mOuterHeight, mOuterWidth, x, and y.

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

+ Here is the caller graph for this function: