info@avatto.com
+91-9920808017
0. Consider the Breshenham’s circle generation algorithm for plotting a circle with centre (0, 0) and radius ‘r’ units in first quadrant. If the current point is (xi , yi ) and decision parameter is pi then what will be the next point (xi + 1, yi + 1 + 1) and updated decision parameter pi + 1 for pi ≥ 0?
xi + 1 = xi+ 1 yi + 1 = yi pi + 1 = pi + 4xi + 6
xi + 1 = xi + 1 yi + 1 = yi - 1 pi + 1 = pi + 4(xi - yi) + 10
xi + 1 = xi yi + 1 = yi - 1 pi + 1 = pi + 4(xi - yi) + 6
xi + 1 = xi - 1 yi + 1 = yi pi + 1 = pi + 4(xi - yi) + 10
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login