This module is designed to help students for understanding computer graphics concepts. Using various concepts covered in theory paper CBCA 503.
- Introduction to basic graphics of ‘C’ Language
- Implementation of DDA Line Drawing Algorithm.
- Implementation of Bresenham’s Line Algorithm.
- Implementation of Midpoint Circle Algorithm.
- Implementation of Boundary Fill Algorithm
- Implementation of Flood Fill Algorithm
- Implementation of Basic 2-D Transformation