Pööremaatriks
Pööremaatriks, also known as a rotation matrix, is a fundamental concept in linear algebra and is used extensively in computer graphics, physics, and engineering. It is a matrix that performs a rotation on a vector or coordinate system. In two dimensions, a rotation matrix can be represented as a 2x2 matrix. When multiplied by a vector, it transforms the vector to a new position representing a rotation around the origin by a specified angle.
The general form of a 2D rotation matrix that rotates points in the counterclockwise direction by an
In three dimensions, rotation matrices are 3x3 matrices and are more complex as rotations can occur around
Rotation matrices possess specific properties. They are orthogonal matrices, meaning their transpose is equal to their