Translation

From Robotics
Revision as of 16:48, 26 May 2014 by Nickchen (talk | contribs)

Jump to: navigation, search
← Back: Transformations Overview: Transformations Next: Rotation
Translation1.png

Translation is the easiest kind of transformation. Translating a point q_0 means that it is shifted by a translation vector. So the translation vector \vec{\mathbf{p}} is added to the position vector \vec{\mathbf{q}}_0 of q_0. The position vector \vec{\mathbf{q}}_1 of the resulting transformed point q_1 is calculated as follows:


\vec{\mathbf{q}}_1=\vec{\mathbf{q}}_0+\vec{\mathbf{p}}

For further information about vector addition and examples, please have a look at the article about simple arithmetic vector operations.