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

◆ NewCirclePath() [1/2]

XYPathPtr fl::XYPath::NewCirclePath ( )
static

Definition at line 164 of file xypath.cpp.hpp.

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

References fl::make_shared().

Referenced by CreateXYPaths().

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