Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ set
Method
set
src/fl/gfx/xypath_impls.cpp.hpp:32–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void LinePath::set(float x0, float y0, float x1, float y1) {
33
params().x0 = x0;
34
params().y0 = y0;
35
params().x1 = x1;
36
params().y1 = y1;
37
}
38
39
void LinePath::set(const LinePathParams &p) { params() = p; }
40
Callers
nothing calls this directly
Calls
1
set
Class · 0.50
Tested by
no test coverage detected