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

◆ NewPointPath()

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

Definition at line 141 of file xypath.cpp.

141 {
142 auto path = PointPathPtr::New(x, y);
143 return XYPathPtr::New(path);
144}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83

References x, and y.