research papers\(\def\hfill{\hskip 5em}\def\hfil{\hskip 3em}\def\eqno#1{\hfil {#1}}\)

Journal logoBIOLOGICAL
CRYSTALLOGRAPHY
ISSN: 1399-0047

Rotations and rotation matrices

CROSSMARK_Color_square_no_text.svg

aMRC Laboratory of Molecular Biology, Hills Road, Cambridge CB2 2QH, England
*Correspondence e-mail: pre@mrc-lmb.cam.ac.uk

(Received 13 February 2001; accepted 12 June 2001)

In molecular replacement, a model, described as a list of orthogonal coordinates, is to be moved into a new position and orientation. The orthogonal coordinate system also has to be related to the crystallographic system, which may not be orthogonal, and crystallographic symmetry must be considered, which applies to coordinates expressed as fractions of the unit cell. Elementary properties of rotation matrices and their representation as polar or Eulerian angles are discussed.

1. Introduction

In the search process implicit in molecular replacement, a known model structure is rotated and translated into all possible orientations and positions for comparison with diffraction data for an unknown structure. This needs a mathematical description of the rotation and translation operations. In a Cartesian coordinate system, translations are straightforward, but rotations are not and their description is often confusing for the novice. This paper tries to provide an elementary introduction to rotations. This material is discussed with much more rigour and much greater detail in many places, including mathematical textbooks and in several articles in International Tables for Crystallography, Volume B, notably in the article by Diamond (1993[Diamond, R. (1993). International Tables for Crystallography, Vol. B, edited by U. Schmueli, ch. 3.3. Dordrecht: Kluwer Academic Publishers.]).

2. Rotations and translations

The transformation of a positional vector xi describing the ith atom in a molecule can be written as a multiplication of the vector by a rotation matrix R and addition of a translation vector t. For this purpose, we work in an orthogonal Cartesian system in ångströms: conversion to fractional crystallographic coordinates is discussed in §[link]6. The new positional vector [{\bf x}_{i}'] is then given by

[{\bf x}_i ' = {\bf Rx}_i + {\bf t}]

for each atom i = 1, n, where

[{\bf x}_i = \left({\matrix{ {x_i } \cr {y_i } \cr {z_i } \cr }}\right).]

Translations are not usually confusing, except that the order of rotation and translation matters. Rotating then translating by a vector t is not the same as translating by a vector s then rotating: the rotation operation remains the same but the translation vector needs to be rotated,

[{\bf x}' = {\bf R(x}+ {\bf s)} = {\bf Rx}+ {\bf Rs} = {\bf Rx}+ {\bf t}]

i.e.

[{\bf t} = {\bf Rs}.]

3. Rotation matrices

A rotation matrix transforms the set of coordinates representing a three-dimensional object, in an orthogonal Cartesian frame, without changing its shape or size, i.e. the length of any vector and the angle between any pair of vectors are unchanged. Such a matrix is called orthonormal and has several properties which follow from this definition.

3.1. The columns of a rotation matrix are orthogonal unit vectors

A rotation matrix may transform any set of vectors, so we can consider transforming the three unit vectors along the xy and z axes, which by definition are orthogonal to each other.

[\eqalign {{\bf R}\left({\matrix{ {\bf x}& {\bf y}& {\bf z} \cr }}\right) & = \left({\matrix{ {R_{11}}&{R_{12}}& {R_{13}} \cr {R_{21}}& {R_{22}}& {R_{23}} \cr {R_{31}}& {R_{32}}& {R_{33}} \cr }}\right)\left({\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr }}\right) \cr \cr & = \left({\matrix{ {{\bf r}_{1}}& {{\bf r}_{2}}&{{\bf r}_{3}} \cr }}\right)}.]

Since the starting vectors xyz are orthogonal and of unit length, then the resultant vectors r1, r2, r3 must be also; these are the columns of the rotation matrix R.

3.2. The transpose of a rotation matrix is its inverse

Premultiplying the rotation matrix R by its transpose RT (in which the columns of R become the rows of RT),

[{\bf R}^{\bf T}{\bf R} = \left({\matrix{ {{\bf r}_{1}^{\bf T}} \cr {{\bf r}_{2}^{\bf T}} \cr {{\bf r}_{3}^{\bf T}} \cr }}\right)\left({\matrix{ {{\bf r}_{1}}& {{\bf r}_{2}}& {{\bf r}_{3}} \cr }}\right).]

Since r1, r2 and r3 are orthogonal unit vectors, then r1·r1 = 1, r1·r2 = 0 etc. (generally ri·rj = δij), thus

[{\bf R}^{\bf T} {\bf R} = \left({\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr } } \right),]

hence RT = R−1, since this is the definition of an inverse matrix R−1.

3.3. The rows of a rotation matrix are orthogonal unit vectors

This follows from §§[link]3.1 and [link]3.2, since the inverse (transposed) matrix must also be a rotation matrix, representing a rotation in exactly the opposite direction.

3.4. The determinant of a rotation matrix = +1

The determinant of a matrix is the triple product of its column vectors, r1·(r2 × r3). This also corresponds to the volume of the parallelopiped with these vectors as edges. If the columns are orthogonal unit vectors, the determinant will be ±1. Considering the equation in §[link]3.1, the volume of the parallelopiped defined by the unit matrix is +1, so for R to be a rotation matrix its determinant must also be +1. An orthogonal matrix with determinant −1 corresponds to an inversion: such a matrix may for example be obtained by interchanging any two columns or rows of a rotation matrix.

4. Rotations and angles

A rotational transformation is uniquely defined by a rotation matrix, but the natural expression of a rotation is as an angle; if we wish to enumerate all possible rotations for a systematic search, then angles are the usual way of doing this. However, a rotation may be expressed as angles in many different ways and this can be confusing. Within one program system it is not usually essential to understand the convention used, but it is essential when converting to another system. There are a number of programs available for converting conventions, including CONVROT (Urzhumtseva & Urzhumtsev, 1997[Urzhumtseva, L. M. & Urzhumtsev, A. G. (1997). J. Appl. Cryst. 30, 402-410.]) and ROTMAT from the CCP4 suite (Collaborative Computational Project, Number 4, 1994[Collaborative Computational Project, Number 4 (1994). Acta Cryst. D50, 760-763.]). Since the matrix itself is unique, conversions may be performed by generating the matrix from angles in one convention and decomposing the matrix into angles in the new convention.

In two dimensions, a single angle defines a rotation (Fig. 1[link]a). We can write the transformation as a 2 × 2 matrix,

[\left({\matrix{ {x'} \cr {y'} \cr }}\right) = \left({\matrix{ {\cos \theta }& {- \sin \theta } \cr {\sin \theta }& {\cos \theta } \cr }}\right)\left({\matrix{ x \cr y \cr }}\right).]

Note that this already implies a convention: that θ is measured from x towards y. As an alternative to rotating the object, we can consider rotating the coordinate frame by an equal amount in the opposite direction, i.e by −θ (Fig. 1[link]b). In using angles produced by computer programs, it is important to know which convention the author has used.

[Figure 1]
Figure 1
(a) Rotation of an object in two dimensions by an angle θ. (b) Equivalent rotation of the axis system by −θ.

Extending this to three dimensions, we can write down rotation matrices for rotations around the principal axes xyz,

[\eqalign {{\bf R}_{x} & = \left({\matrix{ 1 & 0 & 0 \cr 0 &{\cos \theta }&{- \sin \theta } \cr 0 &{\sin \theta }&{\cos \theta } \cr }}\right), \cr {\bf R}_{y} & = \left({\matrix{ {\cos \theta }& 0 & {\sin \theta } \cr 0 & 1 & 0 \cr {- \sin \theta }& 0 & {\cos \theta } \cr }}\right), \cr {\bf R}_{z} & = \left({\matrix{ {\cos \theta }& {- \sin \theta }& 0 \cr {\sin \theta }& {\cos \theta }& 0 \cr 0 & 0 & 1 \cr }}\right).}]

5. Rotation angles in three dimensions

In three dimensions, we need three angles to describe a rotational transformation and to generate the corresponding rotation matrix, but this can be performed in many different ways. The different ways correspond to different starting points for measuring the angle, as in two dimensions, and also to alternative paths from the start point to the end point. Common angular descriptions fall into three classes.

  • (i) Polar angles. Any rotation may be described as a single rotation around specified axis. One angle describes the rotation, the other two describe the direction of the axis.

  • (ii) Eulerian angles. The rotation may be described as three successive rotations around principal axes: (a) the first and third rotations are around the same axes, e.g. rotate around z, then around the new y, then the new z or (b) the three rotations are around different axes, e.g. rotate around z, then the new y, then the new x.

5.1. Polar angles

Polar angles are perhaps easier to visualize than Eulerian angles, but are algebraically less convenient for many purposes. The convention described is that used by the CCP4 programs and others: rotate by an angle κ around an axis whose direction is defined by angles ω (sometimes called ψ) and φ (Fig. 2[link]). The direction of the axis may also be written as the components of a unit vector, the direction cosines lm and n,

[\left({\matrix{ l \cr m \cr n \cr }}\right) = \left({\matrix{ {\sin \omega \cos \varphi } \cr {\sin \omega \sin \varphi } \cr {\cos \omega } \cr }}\right).]

The rotation matrix may be constructed by first rotating the rotation axis by −φ and −ω to put it along (say) the z axis, then rotating by κ around z, the finally rotating the axis back to its original position by ω and φ,

[\displaylines{{\bf R} = {\bf R}_{z}(\varphi) {\bf R}_{y}(\omega) {\bf R}_{z}(\kappa){\bf R}_{y}(-\omega){\bf R}_{z}(-\varphi) \hfill\cr \hphantom{{\bf R}} = \left [\matrix{ l^{2} + (m^{2} + n^{2}) \cos \kappa & lm (1 - \cos \kappa) - n \sin \kappa \cr lm (1- \cos \kappa) + n\sin \kappa & m^{2} + (n^{2} + l^{2}) \cos \kappa \cr nl (1 - \cos \kappa) - m \sin \kappa & mn (1 - \cos \kappa) + l \sin \kappa}\right.\hfill \cr\hfill\left.{\matrix {nl (1-\cos \kappa) + m\sin \kappa \cr mn (1 -\cos \kappa) - l \sin \kappa \cr n^{2} + (l^{2} + m^{2}) \cos \kappa }}\right].\quad }]

[Figure 2]
Figure 2
Definition of polar angles, rotation by κ about an axis whose direction is defined by the angles ω and φ.
5.1.1. Decomposing a matrix into polar angles

The rotation angle κ can be derived from the trace, i.e. the sum of the diagonal elements,

[\eqalign {{\rm Trace } & = {\bf R}_{11} + {\bf R}_{22} + {\bf R}_{33} \cr &= l^2 + m^2 + n^2 + 2 \left(l^2 + m^2 + n^2 \right)\cos \kappa \cr & = 1 + 2\cos \kappa. }]

In the general case, lm and n, and hence φ and ω, can be calculated from the off-diagonal elements: R32R23 = 2lsinκ; R13R31 = 2msinκ; R21 − R12 = 2nsinκ. Note that the full range of rotations can be generated with angles κ, ω, φ either in the range −π < κ < π, 0 < ω < π/2, 0 < φ < 2π or in the range 0 < κ < π, 0 < ω < π, 0 < φ < 2π, since the same matrix is generated by (−κ, πω, π + φ) as from (κωφ). This decomposition does not work if sinκ = 0 (i.e. κ = 0 or π). If κ = 0, there is no rotation and φ and ω can take any value. If κ = π (180°), then the matrix simplifies to

[\left({\matrix{ {2\sin ^2 \omega \cos ^2 \varphi - 1}& {2\sin ^2 \omega \sin \varphi \cos \varphi }& {2\sin \omega \cos \omega \cos \varphi } \cr {2\sin ^2 \omega \sin \varphi \cos \varphi }& {2\sin ^2 \omega \sin ^2 \varphi - 1}& {2\sin \omega \cos \omega \sin \varphi } \cr {2\sin \omega \cos \omega \cos \varphi }& {2\sin \omega \cos \omega \sin \varphi }& {2\cos ^2 \omega - 1} \cr }}\right)]

and the off-diagonal elements are all zero for rotations of π around xy or z. Note that for a rotation of π or 180°, the matrix is symmetric: this must be so, since a rotation by +π is identical to a rotation by −π, so the rotation matrix is the same as its inverse, i.e. R = R−1 = RT.

All angular decompositions have special cases where some angles are indeterminate or where the simplest method of decomposition fails. This is typically when all off-diagonal terms are zero, i.e. either no rotation (the identity matrix) or a rotation of 180° around xy or z.

5.2. Eulerian angles

Eulerian angles are algebraically simpler than polar angles, since we just rotate successively around three principal axes. For instance, the convention used in AMoRe (Navaza, 1994[Navaza, J. (1994). Acta Cryst. A50, 157-163.]) and other CCP4 programs (Collaborative Computational Project, Number 4, 1994[Collaborative Computational Project, Number 4 (1994). Acta Cryst. D50, 760-763.]) is to rotate by γ around z, then by β around the new y, then by α around the new z again,

[\eqalign { {\bf R} & = {\bf R}_z (\alpha){\bf R}_y (\beta){\bf R}_z (\gamma) \cr & = \left({\matrix{ {\cos \alpha }& {- \sin \alpha }& 0 \cr {\sin \alpha }& {\cos \alpha }& 0 \cr 0 & 0 & 1 \cr }}\right) \left({\matrix{ {\cos \beta }& 0 & {\sin \beta } \cr 0 & 1 & 0 \cr {- \sin \beta }& 0 & {\cos \beta } \cr }}\right) \left({\matrix{ {\cos \gamma }& {- \sin \gamma }& 0 \cr {\sin \gamma }& {\cos \gamma }& 0 \cr 0 & 0 & 1 \cr }}\right) \cr & = \left({\matrix{ {\cos \alpha \cos \beta \cos \gamma - \sin \alpha \sin \gamma }& {- \cos \alpha \cos \beta \sin \gamma - \sin \alpha \cos \gamma }& {\cos \alpha \sin \beta } \cr {\sin \alpha \cos \beta \cos \gamma + \cos \alpha \sin \gamma }& {- \sin \alpha \cos \beta \sin \gamma + \cos \alpha \cos \gamma }& {\sin \alpha \sin \beta } \cr {- \sin \beta \cos \gamma }& {\sin \beta \sin \gamma }& {\cos \beta } \cr }}\right).}]

Note that if β = 0 or π, the central matrix is diagonal, so rotations about α and γ have exactly the same effect (or exactly opposite effect if β = π). In these cases, only the combination α + γ or α − γ is determined.

[\eqalign { {\bf R}({\beta = 0}) &= \left[{\matrix{ {\cos (\alpha + \gamma)}& {- \sin (\alpha + \gamma)}& 0 \cr {\sin (\alpha + \gamma)}& {\cos (\alpha + \gamma)}& 0 \cr 0 & 0 & 1 \cr }}\right], \cr {\bf R}({\beta = \pi }) &= \left[{\matrix{ {- \cos (\alpha - \gamma)}& {- \sin (\alpha - \gamma)}& 0 \cr {- \sin (\alpha - \gamma)}& {\cos (\alpha - \gamma)}& 0 \cr 0 & 0 & {- 1} \cr }}\right].}]

6. Interaction with crystallographic symmetry

When superimposing a known model on an unknown structure in a crystal, equivalent solutions will be found for each molecule in the crystal, but it is not always obvious from the angles which alternate solutions are equivalent by crystallographic symmetry. Crystallographic symmetry is expressed as operations working on fractional cell coordinates, which are referred to crystal axes which are not necessarily orthogonal. For example, in Fig. 3[link], in space group P3, there are three solutions equivalent by the three crystallographic symmetry operations (xyz), (−y, xy, z) and (y − x, −x, z). To combine these operators with the rotation matrices defining the solution, which work on orthogonal coordinates, we need the conversion matrices from orthogonal coordinates xo to fractional coordinates xf and its inverse, such that xf = Fxo. In the most common convention (x, y, z along a, c* × a, c*),

[{\bf F}^{- 1} = \left({\matrix{ a & {b\cos \gamma }& {c\cos \beta } \cr 0 & {b\sin \gamma }& {- c\sin \beta \cos \alpha *} \cr 0 & 0 & {c\sin \beta \sin \alpha *} \cr }}\right).]

Then, if the rotation from the model to molecule 1 is given by R, the three solutions are given by Rj = F−1SjFR, for j = 1, 3, where Sj is the matrix corresponding to the jth crystallographic symmetry operator, e.g.

[{\bf S}_2 = \left({\matrix{ 0 & {- 1}& 0 \cr 1 & {- 1}& 0 \cr 0 & 0 & 1 \cr }}\right)]

in this case. Computer programs will usually identify solutions related by crystallographic symmetry or just present the user with a unique set.

[Figure 3]
Figure 3
An example of crystallographic symmetry: space group P3. The directions of the orthogonal axes are x along a, y along c* × a, z along c*. There are three possible solutions related by the threefold axis.

7. Non-crystallographic symmetry

Multiple solutions to a molecular-replacement search may also be produced by non-crystallographic symmetry. Unlike crystallographic symmetry, this is not generally known in advance, so no special relationship can be assumed. A common special case arises when a non-crystallographic rotation is parallel or nearly parallel to a crystallographic axis of the same order. In this case, the combination creates a non-crystallographic translation relating all atoms, which should be detectable in the native Patterson function. Either axis may contain a screw component. For example, in Fig. 4[link] the combination of a crystallographic screw dyad and a non-crystallographic dyad creates a pure translation. The native Patterson function should always be examined for non-crystallographic translations.

[Figure 4]
Figure 4
A non-crystallographic dyad axis parallel to a crystallographic screw dyad gives rise to a non-crystallographic translation which will produce a peak in the native Patterson function. Molecules related by this translation are shaded in the same way.

8. Conclusions

Descriptions of rotations in terms of three angles can be confusing and in all conventions the angles have inconvenient properties of non-equivalence in the variables and singularities at certain points. Alternative descriptions exist in terms of variables other than angles, such as `rotation vectors' or quaternions; these may have advantages in some circumstances, but have been less commonly used than angle descriptions. Three alternative descriptions are discussed, for example, by Diamond (1993[Diamond, R. (1993). International Tables for Crystallography, Vol. B, edited by U. Schmueli, ch. 3.3. Dordrecht: Kluwer Academic Publishers.]).

References

First citationCollaborative Computational Project, Number 4 (1994). Acta Cryst. D50, 760–763.  CrossRef IUCr Journals Google Scholar
First citationDiamond, R. (1993). International Tables for Crystallography, Vol. B, edited by U. Schmueli, ch. 3.3. Dordrecht: Kluwer Academic Publishers.  Google Scholar
First citationNavaza, J. (1994). Acta Cryst. A50, 157–163.  CrossRef CAS Web of Science IUCr Journals Google Scholar
First citationUrzhumtseva, L. M. & Urzhumtsev, A. G. (1997). J. Appl. Cryst. 30, 402–410.  CrossRef CAS Web of Science IUCr Journals Google Scholar

© International Union of Crystallography. Prior permission is not required to reproduce short quotations, tables and figures from this article, provided the original authors and source are cited. For more information, click here.

Journal logoBIOLOGICAL
CRYSTALLOGRAPHY
ISSN: 1399-0047
Follow Acta Cryst. D
Sign up for e-alerts
Follow Acta Cryst. on Twitter
Follow us on facebook
Sign up for RSS feeds