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

◆ has() [2/2]

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

Definition at line 101 of file xymap.h.

101 {
102 return (x < width) && (y < height);
103 }
int y
Definition simple.h:93
int x
Definition simple.h:92
u16 width
Definition xymap.h:127
u16 height
Definition xymap.h:128

References height, width, x, and y.

Referenced by has().

+ Here is the caller graph for this function: