Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setCount
Method
setCount
src/fl/math/line_simplification.h:243–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
LineSimplifierExact(int count) : mCount(count) {}
242
243
void setCount(u32 count) { mCount = count; }
244
245
template <typename VectorType = fl::vector<Point>>
246
void simplifyInplace(VectorType *polyLine) {
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected