|
FastLED 3.9.15
|
Definition at line 99 of file xypath_impls.h.
#include <xypath_impls.h>
Inheritance diagram for fl::CatmullRomParams:
Collaboration diagram for fl::CatmullRomParams:Public Member Functions | |
| CatmullRomParams () | |
| void | addPoint (float x, float y) |
| void | addPoint (vec2f p) |
| void | clear () |
| fl::size | size () const |
Public Attributes | |
| HeapVector< vec2f > | points |
Public Attributes inherited from fl::XYPathParams | |
| float | brightness = 1.0f |
| TransformFloat | transform |