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

◆ bounds()

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

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

Definition at line 65 of file tile2x2.h.

65 {
66 vec2<int16_t> min = mOrigin;
67 vec2<int16_t> max = mOrigin + vec2<int16_t>(2, 2);
68 return rect<int16_t>(min, max);
69 }
vec2< int16_t > mOrigin
Definition tile2x2.h:96

References mOrigin.

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

+ Here is the caller graph for this function: