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

◆ addPoint() [1/2]

void fl::CatmullRomPath::addPoint ( float x,
float y )

Add a point with separate x,y coordinates.

Definition at line 265 of file xypath_impls.cpp.

265{ params().addPoint(x, y); }
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:82
uint32_t y[NUM_LAYERS]
Definition Fire2023.ino:83
void addPoint(vec2f p)
CatmullRomParams & params()

References fl::CatmullRomParams::addPoint(), params(), x, and y.

+ Here is the call graph for this function: