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

◆ NewArchimedeanSpiralPath() [2/2]

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

Definition at line 186 of file xypath.cpp.

186 {
187 ArchimedeanSpiralPathPtr path = ArchimedeanSpiralPathPtr::New();
188 XYPathPtr out = XYPathPtr::New(path);
189 out->setDrawBounds(width, height);
190 return out;
191}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: