0% found this document useful (0 votes)
7 views15 pages

TYBSc Practical On Comp. Aided Graphics

The document outlines a lab course (UG-CS-508) focused on Computer Aided Graphics. It includes tasks such as drawing patterns using a standard Graphics Library and implementing various algorithms like Bresenham’s Line and Circle Drawing, DDA Line Drawing, and transformations (translation, scaling, rotation) on polygons. Additionally, it covers the Cohen-Sutherland line clipping algorithm.

Uploaded by

laita nikam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views15 pages

TYBSc Practical On Comp. Aided Graphics

The document outlines a lab course (UG-CS-508) focused on Computer Aided Graphics. It includes tasks such as drawing patterns using a standard Graphics Library and implementing various algorithms like Bresenham’s Line and Circle Drawing, DDA Line Drawing, and transformations (translation, scaling, rotation) on polygons. Additionally, it covers the Cohen-Sutherland line clipping algorithm.

Uploaded by

laita nikam
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like