Describe Key features Line Drawing Algorithm used in computer graphics
Answers
Answered by
3
Answer:
DDA Algorithm use floating point, i.e., Real Arithmetic. 3. Bresenham's Algorithm is faster than DDA Algorithm in line because it involves only addition & subtraction in its calculation and uses only integer arithmetic. ... Bresenham's Line Algorithm can draw circle and curves with more accurate than DDA Algorithm.
Similar questions