CG Test II
CG Test II
[ ]
10 5 15 20
10 5 5 7
0 5 4−5
Rotate the object about z axis with 90 CCW direction. Find the new coordinates of the object.
11. Write the matrix for rotation of a point about an arbitrary pivot position. Transform the
isosceles triangle A(0, 0) B(1,1) and C(2, 0) to right angle triangle.
12. Find the composite transformation matrix, CM, for a clockwise rotation of 90° around the
y axis fixing the point (1, 0, 1) followed by a scale of (2, 1, 1) fixing the point (0, 1, 1).
Apply the matrix to the Cartesian point (1, 2, -1). Find the transformed coordinate.
13. Find the composite transformation matrix, CM, for a clockwise rotation of 90° around the
y axis fixing the point (1, 0, 1) followed by a scale of (2, 1, 1) fixing the point (0, 1, 1).
Apply the matrix to the Cartesian point (1, 2, -1). Find the transformed coordinate.
14.List down the steps for rotating a 3D object by 90 0 in counter clockwise
direction about an axis joining end points (1, 2, 3) and (10, 20, 30). Also
derive the final transformation matrix.
15. Write matrix for 2D reflection about axes. Derive the transformation matrix responsible
for the reflection of 2D object about line y+x=0.
16. Reflect the triangle ABC about the line 3X – 4Y + 8= 0 the position Vector of
coordinate ABC as A(4,1), B(5,2) and C(4, 3).
17. Explain the steps required to rotate an objects in 3D about a line which is not parallel to
any one coordinate axis
18. Perform rotation of a line (10, 10, 10), (20, 20, 15) about Y-axis in clock wise direction
by 90 degree. Explain about vector display.
19. What do you mean by homogeneous coordinates? Rotate a triangle A(5, 6), B(6, 2) and
C(4, 1) by 45 degree about an arbitrary pivot point (3,3).
20. Derive a decision parameter for midpoint circle algorithm assuming the start position as
(+r, 0) and points to be generated along the curve path in clockwise direction.