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

◆ XYPath()

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

Definition at line 70 of file xypath.cpp.

71 : mPath(path) {
72 mPathRenderer = XYPathRendererPtr::New(path, transform);
73}
XYPathGeneratorPtr mPath
Definition xypath.h:134
XYPathRendererPtr mPathRenderer
Definition xypath.h:135
TransformFloat & transform()
Definition xypath.cpp:68

References mPath, mPathRenderer, and transform().

+ Here is the call graph for this function: