FastLED 3.9.15
Loading...
Searching...
No Matches
fl::LinePath Class Reference

Detailed Description

Definition at line 134 of file xypath_impls.h.

#include <xypath_impls.h>

+ Inheritance diagram for fl::LinePath:
+ Collaboration diagram for fl::LinePath:

Public Member Functions

 LinePath (const LinePathParamsPtr &params=NewPtr< LinePathParams >())
 
 LinePath (float x0, float y0, float x1, float y1)
 
vec2f compute (float alpha) override
 
const Str name () const override
 
LinePathParamsparams ()
 
const LinePathParamsparams () const
 
void set (const LinePathParams &p)
 
void set (float x0, float y0, float x1, float y1)
 
- Public Member Functions inherited from fl::XYPathGenerator
virtual bool hasDrawBounds (rect< int > *bounds)
 
- Public Member Functions inherited from fl::Referent
virtual int ref_count () const
 

Private Attributes

Ptr< LinePathParamsmParams
 

Additional Inherited Members

- Protected Member Functions inherited from fl::Referent
 Referent ()
 
 Referent (const Referent &)
 
 Referent (Referent &&)
 
virtual ~Referent ()
 
virtual void destroy () const
 
Referentoperator= (const Referent &)
 
Referentoperator= (Referent &&)
 
virtual void ref () const
 
virtual void unref () const
 

The documentation for this class was generated from the following files: