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

◆ NewLinePath() [1/2]

XYPathPtr fl::XYPath::NewLinePath ( const fl::shared_ptr< LinePathParams > & params = fl::make_shared<LinePathParams>())
static

Definition at line 158 of file xypath.cpp.

158 {
159 auto path = fl::make_shared<LinePath>(params);
160 return fl::make_shared<XYPath>(path);
161}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

+ Here is the call graph for this function: