FastLED 3.9.15
|
Generates a mapping from corkscrew to cylindrical coordinates.
input | The input parameters defining the corkscrew. |
Definition at line 48 of file corkscrew.h.
#include <corkscrew.h>
Public Member Functions | |
CorkscrewInput ()=default | |
CorkscrewInput (float height, float total_angle, float offset=0, uint16_t leds=144, bool invertMapping=false) | |
Public Attributes | |
bool | invert = false |
uint16_t | numLeds = 144 |
float | offsetCircumference = 0 |
float | totalAngle = 19.f * 2 * PI |
float | totalHeight = 23.25 |