B15F
Board 15 Famulus Edition
|
#include <dot.h>
Public Member Functions | |
Dot (uint16_t x, uint16_t y, uint8_t curve) | |
uint16_t | getX (void) const |
uint16_t | getY (void) const |
uint8_t | getCurve (void) const |
Immutable dot class with x and y coordinate and curve index. Dots with the same curve index get the same color by plotty.
Dot::Dot | ( | uint16_t | x, |
uint16_t | y, | ||
uint8_t | curve | ||
) |
uint8_t Dot::getCurve | ( | void | ) | const |