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

◆ operator()()

u16 fl::XYMap::operator() ( u16 x,
u16 y ) const
inline

Definition at line 87 of file xymap.h.

87 {
88 return mapToIndex(x, y);
89 }
int y
Definition simple.h:93
int x
Definition simple.h:92
u16 mapToIndex(const u16 &x, const u16 &y) const
Definition xymap.cpp:95

References mapToIndex(), x, and y.

+ Here is the call graph for this function: