MCPcopy Create free account
hub / github.com/FastLED/FastLED / bounds

Method bounds

src/fl/gfx/tile2x2.cpp.hpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121rect<u16> Tile2x2_u8::bounds() const {
122 vec2<u16> min = mOrigin;
123 vec2<u16> max = mOrigin + vec2<u16>(2, 2);
124 return rect<u16>(min, max);
125}
126
127fl::vector_fixed<Tile2x2_u8_wrap, 2> Tile2x2_u8_wrap::Interpolate(const Tile2x2_u8_wrap& a, const Tile2x2_u8_wrap& b, float t) {
128 fl::vector_fixed<Tile2x2_u8_wrap, 2> result;

Callers 3

strstream.cpp.hppFile · 0.45
tile2x2.hppFile · 0.45
splat.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected