Difference Between Bresenham’s And DDA Line Drawing Algorithm
In computer graphics, we need to represent continuous graphics objects using discrete pixels. This process is known as scan conversion. Every graphics system must transform the primitives like lines, circles, and ellipses into a collection of pixels. Line drawing algorithms are used to draw a line in discrete graphical media. There are three line drawing … Read more