1. |
Which is a correct equation for 3D translation?
|
||||||||
Answer:
Option (d) |
2. |
What are the final coordinates after a translation of point P (10, 10, 10) into 3D space with translation factor T (10, 20, 5)?
|
||||||||
Answer:
Option (a) |
3. |
Which is a correct equation for 3D rotation about X-axis?
|
||||||||
Answer:
Option (a) |
4. |
What are the final coordinates after rotation of the point P(5, 5, 5) about Z-axis?
|
||||||||
Answer:
Option (b) |
5. |
Arrange steps of general 3D rotations in the correct order :
1. Apply inverse rotations to bring the rotation axis back to its original orientation. 2. Apply the inverse translation to bring the rotation axis back to its original position. 3. Rotate the object so that the axis of rotation coincides with one of the coordinate axes. 4. Perform the specified rotation about that coordinate axis. 5. Translate the object so that the rotation axis passes through the coordinate origin.
|
||||||||
Answer:
Option (c) |
6. |
Which is a correct equation for 3D scaling?
|
||||||||
Answer:
Option (d) |
7. |
Which is a correct matrix for 3D fixed-point scaling(for column-major matrix)?
|
||||||||
Answer:
Option (b) |
8. |
Which is a correct matrix for 3D reflection about XZ-plane(for column-major matrix)?
|
||||||||
Answer:
Option (b) |
9. |
Which is a correct matrix for 3D shearing about X-axis(for column-major matrix)?
|
||||||||
Answer:
Option (c) |
10. |
Arrange transformation sequence of 3D viewing pipeline in a correct order :
1. Viewing Transformation 2. Workstation Transformation 3. Modeling Transformation 4. Projection Transformation
|
||||||||
Answer:
Option (d) |