Implementing the Bresenham algorithm using netbeans
The program asks a user for his starting pixels (x,y) and End pixels(Xn,Yn) . From the users input the program then calculates all the points that will have to be plotted. The program may be run by unzipping and running the executable file in the folder labeled dis
- Read more about Implementing the Bresenham algorithm using netbeans
- Log in or register to post comments
- 176 views