Home » Computer Graphics Introduction of Transformation

Computer Graphics Introduction of Transformation

by Online Tutorials Library

Introduction of Transformations

Computer Graphics provide the facility of viewing object from different angles. The architect can study building from different angles i.e.

  1. Front Evaluation
  2. Side elevation
  3. Top plan

A Cartographer can change the size of charts and topographical maps. So if graphics images are coded as numbers, the numbers can be stored in memory. These numbers are modified by mathematical operations called as Transformation.

The purpose of using computers for drawing is to provide facility to user to view the object from different angles, enlarging or reducing the scale or shape of object called as Transformation.

Two essential aspects of transformation are given below:

  1. Each transformation is a single entity. It can be denoted by a unique name or symbol.
  2. It is possible to combine two transformations, after connecting a single transformation is obtained, e.g., A is a transformation for translation. The B transformation performs scaling. The combination of two is C=AB. So C is obtained by concatenation property.

There are two complementary points of view for describing object transformation.

  1. Geometric Transformation: The object itself is transformed relative to the coordinate system or background. The mathematical statement of this viewpoint is defined by geometric transformations applied to each point of the object.
  2. Coordinate Transformation: The object is held stationary while the coordinate system is transformed relative to the object. This effect is attained through the application of coordinate transformations.

An example that helps to distinguish these two viewpoints:

The movement of an automobile against a scenic background we can simulate this by

  • Moving the automobile while keeping the background fixed-(Geometric Transformation)
  • We can keep the car fixed while moving the background scenery- (Coordinate Transformation)

Types of Transformations:

  1. Translation
  2. Scaling
  3. Rotating
  4. Reflection
  5. Shearing

Note: Translation, Scaling, and Rotation are also called as Basic Transformations.


Next TopicTranslation

You may also like