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}
LinePathParams & params()
Ptr< LinePathParams > mParams
Ptr< T > NewPtr(Args... args)
Definition ptr.h:451

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

+ Here is the call graph for this function: