2 - Linear and Affine Transformations Flashcards

1
Q

linear transformations:

A

Transformations affected by a matrix product .
- rotation,
- scaling,
- shear
- mirroring

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

Rotation around origin

A

Cos(θ) -Sin(θ)
Sin(θ) Cos(θ)

Leaves length of matrix unchanged

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

Scaling

A

the scale matrix below is essentially a modified identity matrix

Isotropic = Equal entries on the diagonal ( makes something bigger or smaller without changing the aspect ratio)
Anisotropic = Different entries on the diagonal

| λ1 0 | |x|

0 λ2 | |y|

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

Shear

A

One coordinate is left unchanged. (Pulling diagonally)

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

Combining Linear Transformations

A

to combine example:
Rotation = R
Shear = S

combined result Z= (R⋅S)x
⋅ = Dot product

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

Dot Product
|a1 | ⋅ | b1|
|a2 | ⋅ | b2|

A

a1b1 + a2b2

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

Affine Transformations

A

that involve a traslation; they can either be standalone, or combined with a linear transformation.

Z = Mx + t (traslation)

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

Properties of Affine Transformation

A

Affine transformations have three properties:
⦁ They map straight lines to straight lines
⦁ They map parallel lines to parallel lines
⦁ They compromise all combinations of scaling, rotations, shears and translations

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

Combining Affine Transformations

A

homogenous coordinates

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

Matrix Multiplication
|a b| x |e f|
|c d| |g h|

A

|ae+bg af+bh |
|ce+dg cf+dh |

To multiply two matrices, use the dot product of each row of the first matrix to the column of each second

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

Cross Product

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