in Computer Graphics recategorized by
4,738 views
1 vote
1 vote

Let us consider that the original point is (x,y) and new transformed point is (x’,y’). Further Sh$_x$ and Sh$_y$ are shearing factors in x and y directions. If we perform the y direction shear relative to x=s$_{ref}$ then the transformed point is given by

  1. $x’=x+Sh_x.(y-y_{ref}); y’=y$
  2. $x’=x; y’=y.Sh_x$
  3. $x’=x; y’=Sh_y(x-x_{ref})+y$
  4. $x’=Sh_y.y; y’=y.(x-x_{ref})$
in Computer Graphics recategorized by
4.7k views

2 Answers

2 votes
2 votes
Ans is (C)

if we perform x direction shear with reference to y axis, then

x′= x + Shx.(y−yref);     y′=y

if we perform y direction shear with reference to x axis, then

x′ = x;    y′ = Shy(x−xref) + y
0 votes
0 votes
X'=x and

y'=shy(x-xref)+y

option c is correct
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true