|
FastLED 3.9.15
|
Definition at line 201 of file xypath_impls.h.
#include <xypath_impls.h>
Inheritance diagram for fl::PhyllotaxisPath:
Collaboration diagram for fl::PhyllotaxisPath:Public Member Functions | |
| PhyllotaxisPath (const fl::shared_ptr< PhyllotaxisParams > &p=fl::make_shared< PhyllotaxisParams >()) | |
| vec2f | compute (float alpha) override |
| const string | name () const override |
| PhyllotaxisParams & | params () |
| const PhyllotaxisParams & | params () const |
Public Member Functions inherited from fl::XYPathGenerator | |
| virtual | ~XYPathGenerator ()=default |
| virtual bool | hasDrawBounds (rect< i16 > *bounds) |
Private Attributes | |
| fl::shared_ptr< PhyllotaxisParams > | mParams |