in Computer Graphics
507 views
1 vote
1 vote

What is the transformation matrix M that transforms a square in the xy plane defined by (1, 1), (-1, 1), (-1, -1), (1, -1) to a parallelogram whose corresponding vertices are (2, 1), (0,1), (-2, -1), and (0, -1) ?

  1. 1 1 0
    0 1 0
    0 0 1
     
  2. 1 0 0
    1 1 0
    0 0 1
     
  3. 1 1 1
    0 1 0
    0 0 1
     
  4. 1 1 0
    1 1 0
    0 0 1
in Computer Graphics
507 views

3 Answers

0 votes
0 votes
b
0 votes
0 votes
A

1 comment

Can you please explain your answer ? I got confused between Option A and C. How third row and column is added to the final matrix M ?
0
0
0 votes
0 votes
110

010

001

1 comment

I found transformation matrix in 2X2 but how in 3X3 ? I got confused between Option A and C. How third row and column is added to the final matrix M ?
0
0

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