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 324 of file wave_simulation.cpp.

325 {
326 if (!has(x))
327 return false;
328 *curr = geti16(x);
329 *prev = geti16Previous(x);
330 *diff = *curr - *prev;
331 return true;
332}
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: