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

◆ compute()

vec2f fl::PointPath::compute ( float alpha)
overridevirtual

Implements fl::XYPathGenerator.

Definition at line 194 of file xypath_impls.cpp.

194 {
195 FASTLED_UNUSED(alpha);
196 return mPoint;
197}
#define FASTLED_UNUSED(x)
Definition unused.h:3

References FASTLED_UNUSED, and mPoint.