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

◆ geti16All()

bool fl::WaveSimulation1D::geti16All ( fl::size x,
i16 * curr,
i16 * prev,
i16 * diff ) const

Definition at line 287 of file wave_simulation.cpp.

288 {
289 if (!has(x))
290 return false;
291 *curr = geti16(x);
292 *prev = geti16Previous(x);
293 *diff = *curr - *prev;
294 return true;
295}
int x
Definition simple.h:92
i16 geti16Previous(fl::size x) const
bool has(fl::size x) const
i16 geti16(fl::size x) const

References geti16(), geti16Previous(), has(), and x.

+ Here is the call graph for this function: