Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ simplifyInplace
Method
simplifyInplace
src/fl/math/line_simplification.h:47–49 ·
view source on GitHub ↗
simplifyInPlace.
Source
from the content-addressed store, hash-verified
45
46
// simplifyInPlace.
47
void simplifyInplace(fl::vector<Point> *polyline) {
48
simplifyInplaceT(polyline);
49
}
50
template <typename VectorType> void simplifyInplace(VectorType *polyLine) {
51
simplifyInplaceT(polyLine);
52
}
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected