Transformations Flashcards

(6 cards)

1
Q

Which matrix scales an object by (0.5, 2.0, 8.0)?

A
  1. 5, 0.0, 0.0, 0.0,
  2. 0, 2.0, 0.0, 0.0,
  3. 0, 0.0, 8.0, 0.0,
  4. 0, 0.0, 0.0, 1.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which matrix translates an obejct by (1.0, 2.0, 3.0)?

A
  1. 0, 0.0, 0.0, 1.0,
  2. 0, 1.0, 0.0, 2.0,
  3. 0, 0.0, 1.0, 3.0,
  4. 0, 0.0, 0.0, 1.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which operations result in a shear matrix? By multiplying…?

A

x-scaling with y-rotation,

y-scaling with z-rotation

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

Which rule does NOT apply in terms of matrix operations?

A

Commutative law: AB = BA

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

Which transformation undoes a scaling by (2.0, 0.5, 4.0)?

A

Scale: (0.5, 2.0, 0.25)

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

Which transformation undoes a translation by (3.0, -2.0, 0.5)?

A

Translate: (-3.0, 2.0, -0.5)

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