Advantages of bresenham's line drawing algorithm over dda algorithm
Answers
Answered by
1
Answer:
Bresenhams algorithm is faster than DDA algorithm in line drawing because 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
Explanation:
Similar questions