Translate the square ABCD whose co-ordinate are A(0,0), b(3,0), C(3,3), D(0,3) by 2 units in both direction and then scale it by 1.5 units in x direction and 0.5 units in y direction.
4 years ago
Computer Graphics
Answer:
a (- 2 , - 2) , b (5 , -2) , c (5 , 5) , d ( - 2 , 5)
( - 2 , -2) , b (8.5 , -2) , c( 8.5 , 1.5) , (-2 , 1.5)
Step-by-step explanation:
Translate the square abcd whose coordinates are a(0,0), b(3,0), c(3,3), d(0,3) by 2 units in both direction and then scale it by 1.5 units in x direction and 0.5 units in y direction.
square abcd whose coordinates are a(0,0), b(3,0), c(3,3), d(0,3)
Translate by 2 units in both direction & in both axis
a (- 2 , - 2) , b (5 , -2) , c (5 , 5) , d ( - 2 , 5)
Scaling 1.5 times in x direction Keeping left constant And 0.5 units in y direction Keeping bottom constant
( - 2 , -2) , b (8.5 , -2) , c( 8.5 , 1.5) , (-2 , 1.5)
Bijay Satyal
Oct 22, 2021