FastLED 3.9.15
|
Definition at line 98 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
CatmullRomParams () | |
void | addPoint (float x, float y) |
void | addPoint (vec2f p) |
void | clear () |
size_t | size () const |
![]() | |
virtual int | ref_count () const |
Public Attributes | |
HeapVector< vec2f > | points |
![]() | |
float | brightness = 1.0f |
TransformFloat | transform |
Additional Inherited Members | |
![]() | |
Referent () | |
Referent (const Referent &) | |
Referent (Referent &&) | |
virtual | ~Referent () |
virtual void | destroy () const |
Referent & | operator= (const Referent &) |
Referent & | operator= (Referent &&) |
virtual void | ref () const |
virtual void | unref () const |