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.hpp.

265{ params().addPoint(x, y); }
void addPoint(vec2f p)
CatmullRomParams & params()

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

+ Here is the call graph for this function: