Disadvantage of brensham line drawing algo over DDA
Answers
Answered by
1
Bresenhams algorithm is faster thanDDA algorithm in line drawingbecause it performs only addition and subtraction in its calculation and uses only integer arithmetic so it runs significantly faster. DDA algorithm is not as accurate and efficient as Bresenham algorithm.
Similar questions