Translation - 2-d and 3-d transformations, Computer Graphics

Assignment Help:

Translation - 2-d and 3-d Transformations

It is the process of changing the position of an object. Suppose an object point P(x,y)=xI+yJ be moved to P'(x',y') by the specified translation vector V= txI + tyJ; here tx and ty is the translation factor in x and y directions, hence

P'=P+V.                                 ----------------(1)

In element form, we have:

Tv=        x'=x+ tx   and

y'=y+ty                      ----------------(2)

483_Translation - 2-d and 3-d Transformations.png

As demonstrated in Figure 2, P' is the new location of P, after moving tx along x-axis and ty along y-axis. This is impossible to enlarge a relation of the form.

P'=P.Tv                                                        ---------------(3)

Here Tv is the transformation for translation in matrix form.

We cannot present the translation transformation in (2x2) matrix form as 2-Dimentional Euclidean system.

Any transformation operation can be shown as a (2x2) matrix form, but except translation, which is translation transformation cannot be expressed like a (2x2) matrix form 2-Dimentional Euclidean system. Although via using Homogeneous coordinate system i.e. HCS, we can show translation transformation in matrix form. The Homogeneous coordinate system and advantages of by using Homogeneous coordinate system is discussed, in brief detail, in section of homogeneous coordinate systems.


Related Discussions:- Translation - 2-d and 3-d transformations

Region filling, what is region filling? give details

what is region filling? give details

Write a code to continuously rotate square about pivot point, Write a code ...

Write a code to continuously rotate a square about a pivot point.    #include   static GLfloat rotat=0.0;   void init(void); void display(void); void reshape(int w

Explain what the term blocking means in animation, Question 1: (a) Exp...

Question 1: (a) Explain what are Final Gathering and Global Illumination and state why you would use those features when you render in MAYA. (b) List clearly the steps in

Properties of bezier curves - modeling and rendering, Properties of Bezier ...

Properties of Bezier Curves - modeling and rendering A very helpful property of a Bezier curve is that it always passes via the first and last control points. Such the bounda

Vecgen algorithem for line, explain vecgen algorithem for line drawing in c...

explain vecgen algorithem for line drawing in computer graphics

Translate a square - 2-d and 3-d transformations, Example1: Translate a sq...

Example1: Translate a square ABCD along with the coordinates as: A(0,0),B(5,0),C(5,5),D(0,5) via 2 units in x-direction and 3 units in y-direction. Solution: We can show the

Bezier curves - modeling and rendering, Bezier Curves - Modeling and Render...

Bezier Curves - Modeling and Rendering Bezier curves are utilized in computer graphics to turn out curves which display reasonably smooth at all scales. Such spline approximat

Prepare an initial sorted edge list, Q: For the following polygon, prepare ...

Q: For the following polygon, prepare an initial sorted edge list and then make the active edge list for scan lines y = 5,20,30,35 Coordinates of the vertices are as shown in Figur

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd