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

◆ NewCirclePath() [1/2]

XYPathPtr fl::XYPath::NewCirclePath ( )
static

Definition at line 162 of file xypath.cpp.

162 {
163 auto path = CirclePathPtr::New();
164 return XYPathPtr::New(path);
165}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: