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

Detailed Description

Definition at line 135 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=fl::make_shared< LinePathParams >())
 
 LinePath (float x0, float y0, float x1, float y1)
 
vec2f compute (float alpha) override
 
const string 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 ~XYPathGenerator ()=default
 
virtual bool hasDrawBounds (rect< i16 > *bounds)
 

Private Attributes

fl::shared_ptr< LinePathParamsmParams
 

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