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 174 of file xypath.cpp.

174 {
175 ArchimedeanSpiralPathPtr path = ArchimedeanSpiralPathPtr::New();
176 XYPathPtr out = XYPathPtr::New(path);
177 out->setDrawBounds(width, height);
178 return out;
179}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: