Graphics

Numerical Examples of 2d Geometric Transformation- Translation

Problem Statement:

An object is placed with respect to origin on (2,1). Now move the object away from the origin by 2 steps in x and 3 steps in y. What would be new coordinates to the moved object.

S-1 : The old coordinates of the object are x=2 and y =1. Translation coordinate in x direction (tx) = 2 and Translation coordinate in y direction (ty) =3. Lets call the new coordinates as x’ and y’.  

S-2: Since the translated object is moving away from origin , Hence it is a positive translation and new coordinates could be obtained in simple arithmetic as x’=x+tx and y’=y+ty.

S-3: Computer Graphics only deal with matrix calculations because all the transformation would not be as simple as in translation. Translation transformation of a single element at (x,y) coordinate is displayed as follows.

S-4: Just substitute the values of x, y as (2,1) with tx=2 and ty=1. Multiply all the matrices to get the result. This will give you new coordinates (x’,y’) of point (x,y).

Translation Matrix
Translation Matrix after substituting the values

S-5: After Multiplication we would get the new element x’=2+2 = 4 and y’=1+3=4. The new element is also displayed in last figure.

Object’s New position after Translation
sr_2018

Recent Posts

Difference between Feasibility study & Business Plan | Unit 3 | Enpreneurial journey | Class 11

Conducted before a business plan: tests if an idea or project is viable

6 months ago

Business Plan | Unit 3 | Enprepreneurial journey | CLass11

A Business Plan is a written summary of various elements involved in starting a new…

6 months ago

Unit 6 | Resource MobiliSation | Class 12

MEANING OF FINANCE: 'Finance' refers to funds or monetary resources needed by individuals, business houses…

6 months ago

Generating Ideas | Unit 3 | Entrepreneurial Journey

Generating Ideas and a feasibility study is a careful, step-by-step process that helps entrepreneurs figure…

6 months ago

Business Idea | Unit 3 | Entreprenurial Journey

A business idea is a thought or plan for a product or service that you…

6 months ago

Entrepreneurial Values & Motivation | Unit 2 | Class 11

theory was proposed by Abraham Maslow and is based on the assumption that people are…

6 months ago