All courses › Robotics › Rotation Matrix
Rotation Matrix
A rotation matrix turns a vector or a point about the origin without changing its length. It is orthogonal, so the inverse rotation is simply its transpose. Two rotations can be combined by matrix multiplication, but in 3D the order usually matters.
rotation matrix in the plane
rotation matrices are orthogonal
Symbols
| rotation angle | ° | |
| rotation matrix |
Example
The point is rotated counterclockwise:
.
– transposing is a cheap way to find the opposite rotation.
Practise rotations and transformations for free →