How did Bresenham represented pixel grids to derive his line drawing algorithm?
3 shivajikobardan 3 8/19/2025, 5:08:34 AM
I am seeking for a succinct source regarding how did Bresenham's imagined the pixel grids. Because different APIs have different implementations of pixel grid. Without the fundamental understanding of a pixel grid, it is impossible to understand the derivation of line drawing algorithm and circle drawing algorithm. I hope to get some valuable input from hackers.
It has 6 pages. Is that succinct enough?
Also, as dfranks says, it was developed for plotters, so he didn’t think of pixels.
So, pen plotters effectively have "pixels" as defined by the stepper or encoder positions of the motors.