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

◆ LinePath() [2/2]

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

Definition at line 17 of file xypath_impls.cpp.

17 {
19 params().x0 = x0;
20 params().y0 = y0;
21 params().x1 = x1;
22 params().y1 = y1;
23}
fl::shared_ptr< LinePathParams > mParams
LinePathParams & params()
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

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

+ Here is the call graph for this function: