Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Functions
Bresenham.hpp File Reference
#include <Arduino.h>
#include <Printable.h>
#include <Settings/SettingsWrapper.hpp>
#include <limits.h>
Include dependency graph for Bresenham.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ sgn()

static constexpr int sgn ( val)
inlinestaticconstexpr

Definition at line 11 of file Bresenham.hpp.