Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ hasSourceXYMap
Method
hasSourceXYMap
src/fl/math/screenmap.cpp.hpp:612–614 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
610
}
611
612
bool ScreenMap::hasSourceXYMap() const {
613
return mSourceXYMap != nullptr;
614
}
615
616
void ScreenMap::addOffset(const vec2f &p) {
617
vec2f *data = mLookUpTable->getDataMutable();
Callers
1
xymap.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected