Graphical Transformations Flashcards
How can we rotate a point P (X,Y)
about a point (Q,R)?
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
Convert the following into homogenous co-ordinates:
[X,Y,Z]
[ X , Y , Z , 1 ]
How can I represent the translation of
[X,Y,Z]
by
[TX,TY,TZ]
as a homogeneous matrix?
[ 1, 0, 0, TX ] [ X ]
[ 0, 1, 0, TY ] [ Y ]
[ 0, 0, 1, TZ ] [ Z ]
[ 0, 0, 0, 1 ] [ 1 ]
Is Matrix Multiplication Associative?
Yes
Is Matrix Multiplication Commutative?
No
If A and B are inverse matrices,
what is their product equivalent to ?
Their product is
The Identity Matrix
For normalised vectors, what is the dot product between them equivalent to?
The cosine of the angle between them
What does the cross product between two vectors represent?
It gives us the vector which is perpendicular to both input vectors
, forms a right handed system