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

◆ addPoint() [1/2]

void fl::CatmullRomParams::addPoint ( float x,
float y )
inline

Definition at line 107 of file xypath_impls.h.

107{ points.push_back(vec2f(x, y)); }
int y
Definition simple.h:93
int x
Definition simple.h:92
HeapVector< vec2f > points
vec2< float > vec2f
Definition geometry.h:333

References points, x, and y.