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

◆ bounds()

rect< int16_t > fl::Tile2x2_u8::bounds ( ) const

bounds => [begin_x, end_x) (where end_x is exclusive)

Definition at line 104 of file tile2x2.cpp.

104 {
105 vec2<int16_t> min = mOrigin;
106 vec2<int16_t> max = mOrigin + vec2<int16_t>(2, 2);
107 return rect<int16_t>(min, max);
108}
vec2< int16_t > mOrigin
Definition tile2x2.h:85

References mOrigin.

Referenced by fl::StrStream::operator<<().

+ Here is the caller graph for this function: