I have asked to implement three line drawing algorithms by using Processing in the course assignment which are;
1- Simple Line Drawing also known Slope-Intercept Algorithm
2- DDA Line Drawing Algorithm
3- Bresenhams Line Drawing Algorithm
The algorithms for these three algorithms are on the web, no worries. All I want to know is: Will I draw these lines by point by point? All suggestions and inspirations will be appreciated but source code. I do not need codes, I can write by myself. I just need to get inspiration, some suggestions...