6.3.1. Rotation of a PointΒΆ
See also
This YouTube Video by Peter Corke discusses rotation of points.
Rotation of points is an important topic to both machine vision and robotics. Pixels in an image might be rotated to align objects with a model. After describing rotation of a point, we can extend the concept of a rotation matrix to transformations consisting of both rotation and translation. We then consider transformations of coordinate frames that are used to describe the pose of robots and moving parts.
Here, we only consider rotating points about the origin. Rotation about other points is an extension of rotation about the origin.
Point is rotated by an angle about the origin to point .
To facilitate the discussion, the point is defined in terms of unit vectors and . The new location, is then defined by unit vectors and formed by rotating and by the angle .
Expressed in matrix notation:
Thus, we have a rotation matrix, which when multiplied by the coordinates of a point yields the coordinates of the rotated point.
The rotation matrix has the following special properties.
- The columns define bases vectors for the rotated coordinate frame.
- The matrix is orthogonal (square with unit length, orthogonal columns).
- .
- The determinant, , thus is never singular.