FastLED 3.9.15
Loading...
Searching...
No Matches

◆ set() [2/2]

void fl::LinePath::set ( float x0,
float y0,
float x1,
float y1 )

Definition at line 32 of file xypath_impls.cpp.

32 {
33 params().x0 = x0;
34 params().y0 = y0;
35 params().x1 = x1;
36 params().y1 = y1;
37}
LinePathParams & params()

References params(), fl::LinePathParams::x0, fl::LinePathParams::x1, fl::LinePathParams::y0, and fl::LinePathParams::y1.

+ Here is the call graph for this function: