FastLED 3.9.15
|
Definition at line 216 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
GielisCurvePath (const Ptr< GielisCurveParams > &p=NewPtr< GielisCurveParams >()) | |
vec2f | compute (float alpha) override |
const Str | 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 bool | hasDrawBounds (rect< int > *bounds) |
![]() | |
virtual int | ref_count () const |
Private Attributes | |
Ptr< GielisCurveParams > | mParams |
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 |