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

Method isRectangularGrid

src/fl/math/xymap.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 bool isFunction() const FL_NOEXCEPT { return type == kFunction; }
113 bool isLUT() const FL_NOEXCEPT { return type == kLookUpTable; }
114 bool isRectangularGrid() const FL_NOEXCEPT { return type == kLineByLine; }
115 bool isSerpentineOrLineByLine() const FL_NOEXCEPT {
116 return type == kSerpentine || type == kLineByLine;
117 }

Callers 4

blurRowsFunction · 0.80
blurColumnsFunction · 0.80
blurGaussianMappedImplFunction · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected