Graphical Transformations Flashcards

1
Q

How can we rotate a point P (X,Y)
about a point (Q,R)?

A

Translate P by (-Q,-R) , to place Q at the origin.

Rotate the translated P

Translate the rotated P by (Q,R) to reverse the initial transformation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Convert the following into homogenous co-ordinates:

[X,Y,Z]

A

[ X , Y , Z , 1 ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can I represent the translation of

[X,Y,Z]

by

[TX,TY,TZ]

as a homogeneous matrix?

A

[ 1, 0, 0, TX ] [ X ]
[ 0, 1, 0, TY ] [ Y ]
[ 0, 0, 1, TZ ] [ Z ]
[ 0, 0, 0, 1 ] [ 1 ]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is Matrix Multiplication Associative?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is Matrix Multiplication Commutative?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If A and B are inverse matrices,

what is their product equivalent to ?

A

Their product is

The Identity Matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For normalised vectors, what is the dot product between them equivalent to?

A

The cosine of the angle between them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the cross product between two vectors represent?

A

It gives us the vector which is perpendicular to both input vectors

, forms a right handed system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly