Flag of Nepal
- Implement Digital Differential Analyzer Line drawing algorithm.
- Implement Bresenham Line Drawing algorithm for both slopes(|m|<1 and |m|>=1).
- Write a Program to implement mid- point Circle Drawing Algorithm
- Write a Program to implement mid- point Ellipse Drawing Algorithm
- Write a Program to implement: a. 2D Translation b. 2D Rotation c. 2D Scaling d. 2D Reflection e. 2D Shearing (For doing these Transformations consider any 2D shapes (Line, Triangle, Rectangle etc), and use Homogeneous coordinate Systems)
- Implement Cohen Sutherland Line Clipping algorithm
- Implement Sutherland Hodgemann polygon clipping algorithm
- Write a Program to Implement: a. 3D Translation b. 3D Rotation c. 3D Scaling (Consider any three dimensional shapes given by your graphics and library and Perform these Transformations)