Rotationsdelen
Rotationsdelen, literally the rotation part, is a concept in 3D geometry, robotics, computer graphics and related fields. It denotes the component of a rigid-body transformation that encodes only the object's orientation, independent of its position. In three-dimensional space a rigid-body pose is commonly represented by a homogeneous transformation matrix T = [R t; 0 1], where R is a 3x3 rotation matrix and t is a 3x1 translation vector. The rotation part R belongs to the special orthogonal group SO(3): it is orthogonal (R^T R = I) and has determinant 1. R transforms vectors from the object's local frame to the world frame and can be applied to rotate coordinates.
Rotations can be represented in several formats, including rotation matrices, Euler angles, axis-angle (rotation vector), and
In practice, the rotation part is manipulated by multiplying rotation matrices (composition of rotations) or by
Applications include determining the orientation of robotic end effectors, camera poses in computer graphics, satellite attitude
---