UG-CS-508 Lab on Computer Aided Graphics
1. Draw the following pattern using standard Graphics Library:
2. Implement Bresenham’s Line Drawing Algorithm.
3. Implement Bresenham’s Circle Drawing Algorithm.
4. Implement DDA Line Drawing algotithm.
5. Implementing Translation Transformation on polygon.
6. Implementing Scaling Transformation on polygon.
7. Implementing Rotation Transformation on polygon.
8. Implement Cohen-Sutherland line clipping algorithm.