Module mapping_algorithms::bresenham

source ·
Expand description

Implementations of Bresenham line algorithms.

Modules§

  • A double-precision implementation of a bresenham line-drawing algorithm.
  • A single-precision implementation of a bresenham line-drawing algorithm.

Functions§

  • This is a free-form version of the bresenham line-drawing algorithm, allowing for any input, any output, and N dimensions, under the constraints of the function.