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

◆ has()

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

Definition at line 141 of file wave_simulation.cpp.

141 {
142 return (x < mOuterWidth) && (y < mOuterHeight);
143}
int y
Definition simple.h:93
int x
Definition simple.h:92

References mOuterHeight, mOuterWidth, x, and y.

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

+ Here is the caller graph for this function: