FastLED 3.9.15
|
Definition at line 217 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
GielisCurvePath (const fl::shared_ptr< GielisCurveParams > &p=fl::make_shared< GielisCurveParams >()) | |
vec2f | compute (float alpha) override |
const string | name () const override |
GielisCurveParams & | params () |
const GielisCurveParams & | params () const |
void | setA (float a) |
void | setB (float b) |
void | setM (float m) |
void | setN1 (float n1) |
void | setN2 (float n2) |
void | setN3 (float n3) |
![]() | |
virtual | ~XYPathGenerator ()=default |
virtual bool | hasDrawBounds (rect< i16 > *bounds) |
Private Attributes | |
fl::shared_ptr< GielisCurveParams > | mParams |