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
You must be logged in to post a 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
You must be logged in to post a comment.