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

◆ NewArchimedeanSpiralPath() [1/2]

XYPathPtr fl::XYPath::NewArchimedeanSpiralPath ( )
static

Definition at line 194 of file xypath.cpp.

194 {
195 ArchimedeanSpiralPathPtr path = fl::make_shared<ArchimedeanSpiralPath>();
196 XYPathPtr out = fl::make_shared<XYPath>(path);
197 return out;
198}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

+ Here is the call graph for this function: