FastLED 3.9.15
|
Definition at line 135 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
LinePath (const LinePathParamsPtr ¶ms=fl::make_shared< LinePathParams >()) | |
LinePath (float x0, float y0, float x1, float y1) | |
vec2f | compute (float alpha) override |
const string | name () const override |
LinePathParams & | params () |
const LinePathParams & | params () const |
void | set (const LinePathParams &p) |
void | set (float x0, float y0, float x1, float y1) |
![]() | |
virtual | ~XYPathGenerator ()=default |
virtual bool | hasDrawBounds (rect< i16 > *bounds) |
Private Attributes | |
fl::shared_ptr< LinePathParams > | mParams |