|
FastLED 3.9.15
|
Definition at line 122 of file xypath_impls.h.
#include <xypath_impls.h>
Inheritance diagram for fl::PointPath:
Collaboration diagram for fl::PointPath:Public Member Functions | |
| PointPath (float x, float y) | |
| PointPath (vec2f p) | |
| vec2f | compute (float alpha) override |
| const string | name () const override |
| void | set (float x, float y) |
| void | set (vec2f p) |
Public Member Functions inherited from fl::XYPathGenerator | |
| virtual | ~XYPathGenerator ()=default |
| virtual bool | hasDrawBounds (rect< i16 > *bounds) |
Private Attributes | |
| vec2f | mPoint |