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

◆ XYPathRenderer()

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

Definition at line 20 of file xypath_renderer.cpp.

22 : mPath(path), mTransform(transform) {}
TransformFloat & transform()
Definition xypath.cpp:110
XYPathGeneratorPtr mPath
TransformFloat mTransform

References mPath, mTransform, and transform().

+ Here is the call graph for this function: