FastLED 3.9.15
|
Definition at line 179 of file xypath_impls.h.
#include <xypath_impls.h>
Public Member Functions | |
RosePath (const fl::shared_ptr< RosePathParams > &p=fl::make_shared< RosePathParams >()) | |
RosePath (u8 n=3, u8 d=1) | |
vec2f | compute (float alpha) override |
const string | name () const override |
RosePathParams & | params () |
const RosePathParams & | params () const |
void | setD (u8 d) |
void | setN (u8 n) |
![]() | |
virtual | ~XYPathGenerator ()=default |
virtual bool | hasDrawBounds (rect< i16 > *bounds) |
Private Attributes | |
fl::shared_ptr< RosePathParams > | mParams |