News

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.
Digital Differential Analyzer (DDA) is a fundamental method in computer graphics used for rendering lines and other linear shapes on a digital screen. It's a simple and straightforward approach for ...
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, that's ...
This correspondence comments on the method of circle generation described by Armstrong [1], and discusses the methods by which satisfactory circles for computer graphics may be obtained with digital ...
A straight line or line segment is the most basic operation in embedded graphical systems. It is very difficult to draw a smooth straight line as the limited screen resolution. In this paper a new ...