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

◆ NewCirclePath() [1/2]

XYPathPtr fl::XYPath::NewCirclePath ( )
static

Definition at line 150 of file xypath.cpp.

150 {
151 auto path = CirclePathPtr::New();
152 return XYPathPtr::New(path);
153}

Referenced by CreateXYPaths().

+ Here is the caller graph for this function: