Skip to content

Opening book details…

Can I read Rasterizing Lines and Circles Algorithms on EtoBox?

Rasterizing Lines and Circles Algorithms by Anish Nani is a document available to read on EtoBox.

What is Rasterizing Lines and Circles Algorithms about?

The document summarizes algorithms for rasterizing lines and circles on a digital screen. It begins with the simplest algorithm for lines, called the Digital Differential Analyzer (DDA) algorithm, and improves upon it with the Bresenham line algorithm which produces straighter lines. For circles, it first describes evaluating the circle equation at each x value, but this leads to holes. It then explains how the 8-way symmetry of circles can be used to correctly rasterize circles with fewer computations usin

Author
Anish Nani
Language
EN