Math, asked by vaibhavimishra8381, 1 year ago

Advantages and disadvantages of bresenham line drawing algorithm

Answers

Answered by 1naruto91
2
an advantage is that you could learn more stuff but disadvatages is that it can get confusing
Answered by abu7878
8

Answer:

Bresenham line drawing algorithm:

It is a line drawing algorithm which determines the points of a rectangular pattern of a parallel scanning lines followed by the electron beam on a television screen or computer monitor that should be selected in order to form a close approximation to a straight line between two points.

Advantages:

1. It is a simple form of algorithm which is implemented  in the firmware of the graphics hardware.

2. It uses only integer calculations.

3. The performance of this algorithm is faster.

Disadvantages:

1. Although this algorithm is simple it is used only to draw basic line, it is not meant for smooth lines.

Similar questions