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

◆ XYPath()

fl::XYPath::XYPath ( XYPathGeneratorPtr path,
TransformFloat transform = TransformFloat() )

Definition at line 58 of file xypath.cpp.

59 : mPath(path) {
60 mPathRenderer = XYPathRendererPtr::New(path, transform);
61}
XYPathGeneratorPtr mPath
Definition xypath.h:131
XYPathRendererPtr mPathRenderer
Definition xypath.h:132
TransformFloat & transform()
Definition xypath.cpp:56

References mPath, mPathRenderer, and transform().

+ Here is the call graph for this function: