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

◆ NewPointPath()

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

Definition at line 142 of file xypath.cpp.

142 {
143 auto path = fl::make_shared<PointPath>(x, y);
144 return fl::make_shared<XYPath>(path);
145}
int y
Definition simple.h:93
int x
Definition simple.h:92
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

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

+ Here is the call graph for this function: