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

◆ addPoint() [2/2]

void fl::CatmullRomParams::addPoint ( vec2f p)
inline

Definition at line 103 of file xypath_impls.h.

103{ points.push_back(p); }
HeapVector< vec2f > points
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:30

References p, and points.

Referenced by fl::CatmullRomPath::addPoint(), and fl::CatmullRomPath::addPoint().

+ Here is the caller graph for this function: