#include <AH/Arduino-Wrapper.h>
#include <AH/STL/cmath>
#include <AH/STL/limits>
#include <Printable.h>
#include <Settings/SettingsWrapper.hpp>
Go to the source code of this file.
Classes | |
class | BresenhamLine |
Line rasterization algorithm for drawing lines to the display. More... | |
struct | BresenhamLine::Pixel |
Functions | |
template<typename T > | |
static constexpr int | sgn (T val) |
|
inlinestaticconstexpr |
Definition at line 13 of file Bresenham.hpp.