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

◆ NewArchimedeanSpiralPath() [2/2]

XYPathPtr fl::XYPath::NewArchimedeanSpiralPath ( u16 width,
u16 height )
static

Definition at line 187 of file xypath.cpp.

187 {
188 ArchimedeanSpiralPathPtr path = fl::make_shared<ArchimedeanSpiralPath>();
189 XYPathPtr out = fl::make_shared<XYPath>(path);
190 out->setDrawBounds(width, height);
191 return out;
192}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

Referenced by CreateXYPaths().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: