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

◆ xyMapCallbackAdapter()

u16 fl::xyMapCallbackAdapter ( u16 x,
u16 y,
void * userData )
inline

Definition at line 207 of file animartrix.hpp.

207 {
208 Fx2d *self = static_cast<Fx2d *>(userData);
209 return self->xyMap(x, y);
210}
u16 xyMap(u16 x, u16 y) const
Definition fx2d.h:20

References x, fl::Fx2d::xyMap(), and y.

Referenced by fl::Animartrix::draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: