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