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

◆ NewPointPath()

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

Definition at line 129 of file xypath.cpp.

129 {
130 auto path = PointPathPtr::New(x, y);
131 return XYPathPtr::New(path);
132}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83

References x, and y.