News

The Bresenham line algorithm is named after Jack Bresenham, who developed it in 1962 while working at IBM. The algorithm is based on the idea of incrementally ...
In computer graphics, a digital differential analyzer (DDA) is hardware or software used for interpolation of variables over an interval between start and end point. DDAs are used for rasterization of ...
So I'm taking a computer graphics course in openGL right now, and for the first lab we are to among other things implement three line drawing routines. First off a normal DDA algorithm ...
Summary: This program uses the DDA line drawing algorithm, which is a simple and efficient method for rasterizing lines in computer graphics. The program calculates the differences Δx and Δy between ...
Abstract: The present paper focuses on effective approach to minimize the error in the existing Bresenham's Line Drawing Algorithm (BLDA) in computer graphics. In ...