Write advantage of bresenham algorithm over dda algorithm
Answers
Answered by
2
Answer:
DDA and Bresenham algorithms both are efficient line drawing algorithm. ... Bresenhams algorithm uses ints and only uses addition and subtraction. (2) Due to the use of only addition, subtraction and bit shifting Bresenhams algorithm is faster than DDA in producing the line.
Explanation:
Similar questions