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
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:82
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:83
fl::WaveSimulation2D_Real::height
uint32_t height
Definition
wave_simulation_real.h:193
fl::WaveSimulation2D_Real::width
uint32_t width
Definition
wave_simulation_real.h:192
References
height
,
width
,
x
, and
y
.
fl
WaveSimulation2D_Real
Generated on Mon Jun 16 2025 06:27:50 for FastLED by
1.13.2