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

◆ NewCirclePath() [1/2]

XYPathPtr fl::XYPath::NewCirclePath ( )
static

Definition at line 163 of file xypath.cpp.

163 {
164 auto path = fl::make_shared<CirclePath>();
165 return fl::make_shared<XYPath>(path);
166}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References fl::make_shared().

Referenced by CreateXYPaths().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: