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

◆ has() [2/2]

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

Definition at line 102 of file xymap.h.

102 {
103 return (x < width) && (y < height);
104 }
u16 width
Definition xymap.h:128
u16 height
Definition xymap.h:129

References FL_NOEXCEPT, height, width, fl::x, and fl::y.

Referenced by has().

+ Here is the caller graph for this function: