Transformations Flashcards
(6 cards)
1
Q
Which matrix scales an object by (0.5, 2.0, 8.0)?
A
- 5, 0.0, 0.0, 0.0,
- 0, 2.0, 0.0, 0.0,
- 0, 0.0, 8.0, 0.0,
- 0, 0.0, 0.0, 1.0
2
Q
Which matrix translates an obejct by (1.0, 2.0, 3.0)?
A
- 0, 0.0, 0.0, 1.0,
- 0, 1.0, 0.0, 2.0,
- 0, 0.0, 1.0, 3.0,
- 0, 0.0, 0.0, 1.0
3
Q
Which operations result in a shear matrix? By multiplying…?
A
x-scaling with y-rotation,
y-scaling with z-rotation
4
Q
Which rule does NOT apply in terms of matrix operations?
A
Commutative law: AB = BA
5
Q
Which transformation undoes a scaling by (2.0, 0.5, 4.0)?
A
Scale: (0.5, 2.0, 0.25)
6
Q
Which transformation undoes a translation by (3.0, -2.0, 0.5)?
A
Translate: (-3.0, 2.0, -0.5)