InterviewSolution
Saved Bookmarks
| 1. |
How the value of decision parameter is calculated |
|
Answer» Explanation: Step 1 − GET the input of two end points (X0,Y0) and (X1,Y1). Step 2 − Calculate the difference between two end points. Step 3 − Based on the CALCULATED difference in step-2, you need to IDENTIFY the number of steps to put pixel. ... Step 4 − Calculate the increment in x coordinate and y coordinate. |
|