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

◆ NewArchimedeanSpiralPath() [1/2]

XYPathPtr fl::XYPath::NewArchimedeanSpiralPath ( )
static

Definition at line 181 of file xypath.cpp.

181 {
182 ArchimedeanSpiralPathPtr path = ArchimedeanSpiralPathPtr::New();
183 XYPathPtr out = XYPathPtr::New(path);
184 return out;
185}