Computer Science, asked by rinkigarg8267, 1 year ago

Explain the term decision parameter in bresenhams circle drawing algorithm

Answers

Answered by silver2ranger
23
decision parameter as the name suggests is a criteria based on which further calculations are made. For example in Bresenham algorithm if decision factor is > 0 then one set of actions takes place and if decision factor is < 0, then some other steps are to be followed.
Answered by smalu606
3

Answer:

Explanation:

By using the decision parameter we can determine which line is closest to the scan line.

Similar questions