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

Method setDiameter

src/fl/math/screenmap.cpp.hpp:512–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void ScreenMap::setDiameter(float diameter) { mDiameter = diameter; }
513
514vec2f ScreenMap::mapToIndex(u32 x) const {
515 if (x >= length || !mLookUpTable) {

Callers 13

CLEDControllerClass · 0.80
channel.cpp.hppFile · 0.80
CircleMethod · 0.80
setupFunction · 0.80
wavefx_setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected