FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ size()

size_t fl::CatmullRomPath::size ( ) const

Get the number of control points.

Definition at line 269 of file xypath_impls.cpp.

269{ return params().size(); }
size_t size() const
CatmullRomParams & params()

References params(), and fl::CatmullRomParams::size().

+ Here is the call graph for this function: