Module torchbearer::bresenham

source ·
Expand description

Collection of bresenham implementation of lines, circles, … as Iterable.

Structs

Iterator-based Bresenham’s circle drawing algorithm.
Iterator-based Bresenham’s line drawing algorithm.
Iterator-based Bresenham’s circle drawing algorithm with a twist: