Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Practical Guide to 2D Graphics: Transformations, Line & Circle Drawing, Polygon Filling - , Thesis of Computer Graphics

A collection of computer graphics experiments designed to provide practical experience with fundamental concepts and algorithms. It covers 2d transformations, including translation, rotation, and scaling, as well as line and circle drawing algorithms like dda, bresenham's, and midpoint circle. The document also explores polygon filling techniques using flood fill and boundary fill algorithms. Each experiment includes detailed instructions and code examples, making it a valuable resource for students learning computer graphics.

Typology: Thesis

2023/2024

Uploaded on 11/25/2024

dj-wallh
dj-wallh 🇮🇳

1 document

1 / 58

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Submied to: Submied by:
Dr. Anupma Sangwan Pankaj
Dept. of CSE 220010130068
B.tech CSE (Batch-1)
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a

Partial preview of the text

Download Practical Guide to 2D Graphics: Transformations, Line & Circle Drawing, Polygon Filling - and more Thesis Computer Graphics in PDF only on Docsity!

SubmiƩed to: SubmiƩed by:

Dr. Anupma Sangwan Pankaj

Dept. of CSE 220010130068

B.tech CSE (Batch-1)

INDEX

Sr No. Name of the experiment Page No. Remarks 1 WAP that shows a scene of moving Car. 1- 2 WAP that shows a scene of Rainbow. 5- 3 WAP to demonstrate types of 2D transformation a) Translation b) Rotation c) Scaling

4 WAP to draw an Ellipse. 14- 5 WAP to draw a line using Digital Differential Analyzer (DDA) Algorithm.

6 WAP to draw a line using Bresenham’s Line Algorithm(BLA) for lines with slopes

7 WAP to draw a circle using Bresenham’s Circle Algorithm. 22- 8 WAP to draw a circle using MidPoint Circle Algorithm 25- 9 WAP to fill a polygon using Flood Fill Algorithm. 28 - 29 10 WAP to fill a polygon using using Boundary Fill Algorithm. 30- 11 WAP to shows a scene of flying kite 32- 12 WAP to rotate an Ellipse about its major axis and minor axis alternatively

13 WAP to rotate a line about its mid-point. 42 - 44 14 WAP that shows a scene of eclipse. 45- 15 WAP that translate and rotate a circle along a horizontal line. 48- 16 :WAP to show animation of a flag 51-