MCPcopy 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
612bool ScreenMap::hasSourceXYMap() const {
613 return mSourceXYMap != nullptr;
614}
615
616void ScreenMap::addOffset(const vec2f &p) {
617 vec2f *data = mLookUpTable->getDataMutable();

Callers 1

xymap.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected