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

◆ addPoint() [2/2]

void fl::CatmullRomPath::addPoint ( vec2f p)

Add a point in [0,1]² to the path.

Definition at line 263 of file xypath_impls.cpp.

263{ params().addPoint(p); }
void addPoint(vec2f p)
CatmullRomParams & params()
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
Definition noise.cpp:30

References fl::CatmullRomParams::addPoint(), p, and params().

+ Here is the call graph for this function: