English, asked by parasthakan2339, 1 year ago

Disadvantage of brensham line drawing algo over DDA

Answers

Answered by saran545
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