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

◆ NewPointPath()

XYPathPtr fl::XYPath::NewPointPath ( float x,
float y )
static

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

143 {
144 auto path = fl::make_shared<PointPath>(x, y);
145 return fl::make_shared<XYPath>(path);
146}
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), fl::x, and fl::y.

+ Here is the call graph for this function: