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); }
int y
Definition Audio.ino:72
int x
Definition Audio.ino:71
void addPoint(vec2f p)
CatmullRomParams & params()

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

+ Here is the call graph for this function: