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

◆ NewArchimedeanSpiralPath() [1/2]

XYPathPtr fl::XYPath::NewArchimedeanSpiralPath ( )
static

Definition at line 193 of file xypath.cpp.

193 {
194 ArchimedeanSpiralPathPtr path = ArchimedeanSpiralPathPtr::New();
195 XYPathPtr out = XYPathPtr::New(path);
196 return out;
197}