Skip to content

Opening book details…

About this document

Line Drawing Algorithms in Graphics by Gowtham SK is a document available to read on EtoBox.

The document discusses line drawing algorithms in computer graphics. It describes point plotting and line drawing, and mentions that lines on raster displays appear jagged due to rounding of fractional coordinate values. It then discusses the Digital Differential Analyzer (DDA) line drawing algorithm, which calculates intermediate points along the line by incrementing the x- or y-coordinate by 1 based on the slope. The algorithm has three cases depending on whether the slope is less than, greater than, or e

Author
Gowtham SK
Language
EN