MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER GRAPHICS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The point that remains fixed during a rotational transformation is ____
A
Lower left corner of an object
B
Origin of the Co-ordinate system
C
All points of the object
D
None of the above
Explanation: 

Detailed explanation-1: -The rotation of a point ( , ) by 180 degrees is represented by the coordinate transformation ( , ) → ( − , − ) . The rotation of a point ( , ) by 270 degrees is represented by the coordinate transformation ( , ) → ( , − ) .

Detailed explanation-2: -Rotation about the Origin is a transformation that rotates or turns a figure (e.g., a triangle) about the origin point (x, y)→(0, 0). ( x, y ) → ( 0, 0 ) . Angle of Rotation: The number of degrees that a figure is turned or rotated about the origin.

Detailed explanation-3: -90° counterclockwise rotation: (x, y) becomes (-y, x) 180° clockwise and counterclockwise rotation: (x, y) becomes (-x, -y) 270° clockwise rotation: (x, y) becomes (-y, x) 270° counterclockwise rotation: (x, y) becomes (y, -x)

Detailed explanation-4: -Since matrix multiplication has no effect on the zero vector (the coordinates of the origin), rotation matrices describe rotations about the origin. Rotation matrices provide an algebraic description of such rotations, and are used extensively for computations in geometry, physics, and computer graphics.

There is 1 question to complete.