|
pixled-lib
1.0
|
#include <mapping.h>

Public Member Functions | |
| led (point location, index_t index) | |
Public Attributes | |
| point | location |
| index_t | index |
Basic structure used to represent an led.
A 2D location is associated to the led with the specified index on the led strip.
led constructor.
| location | led location |
| index | led index on the led strip |
| point pixled::led::location |
Led location.
| index_t pixled::led::index |
Led index on the led strip.