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

◆ has() [2/2]

bool fl::XYMap::has ( uint16_t x,
uint16_t y ) const
inline

Definition at line 95 of file xymap.h.

95 {
96 return (x < width) && (y < height);
97 }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
uint16_t width
Definition xymap.h:121
uint16_t height
Definition xymap.h:122

References height, width, x, and y.

Referenced by has().

+ Here is the caller graph for this function: