Explain the term decision parameter in bresenhams circle drawing algorithm
Answers
Answered by
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
3
Answer:
Explanation:
By using the decision parameter we can determine which line is closest to the scan line.
Similar questions