Scaling

From Robotics
Revision as of 15:07, 27 May 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← Back: Translation Overview: Transformations Next: Rotation

Scaling shifts coordinates similar to translation. The difference is, that translation is independent of the current coordinates. Scaling however shifts the coordinates depending on the current values. So the same trnasformation matrix has various effects on different vectors.

Scaling is achieved by modifying the components on the first diagonal of the transformation matrix.