Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
512
void ScreenMap::setDiameter(float diameter) { mDiameter = diameter; }
513
514
vec2f ScreenMap::mapToIndex(u32 x) const {
515
if (x >= length || !mLookUpTable) {
Callers
13
CLEDController
Class · 0.80
channel.cpp.hpp
File · 0.80
Circle
Method · 0.80
setup
Function · 0.80
wavefx_setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
setup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected