Question Type: General Knowledge/Computer Graphics
Step-by-step Solution:
To create animation effects in computer graphics, objects need to be moved and manipulated on the screen. This is achieved primarily through various transformation operations. These operations include:
These transformations, applied sequentially or in combination, allow for complex animations. The other options are not directly related to the fundamental movement of objects:
Therefore, various transformation operations are necessary for moving objects and creating animation effects in computer graphics.
Core Logic: The core logic lies in understanding the fundamental operations required to change an object's position and orientation in a 2D or 3D space.
Eliminating Incorrect Options: The incorrect options are related to other aspects of computer graphics, such as rendering and lighting, but not the core process of object manipulation for animation.
Consider a triangle with co-ordinates points: A(0, 0), B(3, 3) and C(2, 5). When scaling parameter is 2 towards x-axis and 4 towards y-axis, then what are the new co-ordinates of triangle?