FastLED
3.9.15
Loading...
Searching...
No Matches
◆
has()
bool fl::WaveSimulation2D_Real::has
(
size_t
x
,
size_t
y
) const
Definition at line
190
of file
wave_simulation_real.cpp
.
190
{
191
return
(
x
<
width
&&
y
<
height
);
192
}
x
uint32_t x[NUM_LAYERS]
Definition
Fire2023.ino:80
y
uint32_t y[NUM_LAYERS]
Definition
Fire2023.ino:81
fl::WaveSimulation2D_Real::height
uint32_t height
Definition
wave_simulation_real.h:188
fl::WaveSimulation2D_Real::width
uint32_t width
Definition
wave_simulation_real.h:187
References
height
,
width
,
x
, and
y
.
fl
WaveSimulation2D_Real
Generated on Fri Apr 18 2025 03:39:32 for FastLED by
1.13.2