Inline videos. See also:Category: Articles with embedded Videos..

Rotation matrix

From Biocrawler, the free encyclopedia.

A rotation matrix is a matrix that generalizes the concept of a rotation of a set of points around a certain axis, about some arbitrary angle (or consequently rotating the axes about another axis).

For the former, in R3, the rotation about the x-axis is given by:

\begin{pmatrix}     1 & 0 & 0 \\     0 & \cos{\theta} & \sin{\theta} \\     0 & - \sin{\theta} & \cos{\theta}   \end{pmatrix}

The rotation about the y-axis is given by:

\begin{pmatrix}     \cos{\theta} & 0 & - \sin{\theta} \\     0 & 1 & 0 \\     \sin{\theta} & 0 & \cos{\theta}   \end{pmatrix}

The rotation about the z-axis is given by:

\begin{pmatrix}      \cos{\theta} & -\sin{\theta} & 0 \\     \sin{\theta} & \cos{\theta} & 0 \\     0 & 0 & 1    \end{pmatrix}

with the equivalent clockwise rotation in R2 can be given from the minor M3,3 of the rotation about the z-axis.

See also

Wikipedia (http://en.wikipedia.org/wiki/Main_Page) Rotation_matrix (http://en.wikipedia.org/wiki/Rotation_matrix) version history (http://en.wikipedia.org/w/index.php?title=Rotation_matrix&action=history) GNU Free Documentation Lizenz (http://en.wikipedia.org/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License) CC-by-sa (http://creativecommons.org/licenses/by-sa/2.5/)

Personal tools
Google Search
Google
Web
biocrawler.com

 
In other languages