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

◆ NewHeartPath() [1/2]

XYPathPtr fl::XYPath::NewHeartPath ( )
static

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

176 {
177 HeartPathPtr path = fl::make_shared<HeartPath>();
178 return fl::make_shared<XYPath>(path);
179}
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: