This document outlines Assignment 3 for a Computer Graphics course, assigned on November 30, 2023, and due on December 10, 2023. It includes six questions covering topics such as polygons, the Sutherland-Hodgeman clipping algorithm, 2D transformations, and homogeneous coordinates. Additionally, it presents a problem involving a transformation matrix for a unit square.
This document outlines Assignment 3 for a Computer Graphics course, assigned on November 30, 2023, and due on December 10, 2023. It includes six questions covering topics such as polygons, the Sutherland-Hodgeman clipping algorithm, 2D transformations, and homogeneous coordinates. Additionally, it presents a problem involving a transformation matrix for a unit square.
Assigned On - 30-11-2023 Submission On- 10-12-2023 Subject: COMPUTER GRAPHICS Branch and Section: B. Tech. CSE CORE (Section B) Subject Code: CS3019
Question 1: Define Polygon and Types of polygon.
Question 2: Explain the Sutherland –Hodgeman polygon Clipping Algorithm with example. Question 3: Discuss all the 2D transformations possible on an Object. Question 4: Difference between geometric transformation and Coordinate transformation. Question 5: Write notes on: i) Homogeneous Coordinates ii) Combined Transformation. Question 6:a) A unit square is transformed by a 2*2 transformation matrix. The Resulting position vectors are 𝟎 𝟐 𝟖 𝟔 [ ] 𝟎 𝟑 𝟒 𝟏 What is the transformation Matrix?