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 159 of file xypath.cpp.hpp.

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

References fl::make_shared().

+ Here is the call graph for this function: