FastLED 3.9.15
|
Definition at line 121 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
PointPath (float x, float y) | |
PointPath (vec2f p) | |
vec2f | compute (float alpha) override |
const Str | name () const override |
void | set (float x, float y) |
void | set (vec2f p) |
![]() | |
virtual bool | hasDrawBounds (rect< int > *bounds) |
![]() | |
virtual int | ref_count () const |
Private Attributes | |
vec2f | mPoint |
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 |