Aksiskulmaesityksestä
Aksiskulmaesityksestä (Finnish for "about the axis‑angle representation") refers to a way of expressing the orientation of a rigid body using a single unit vector that defines an axis of rotation and a scalar angle that measures the amount of rotation about that axis. In this representation any rotation in three‑dimensional space can be described by a pair (𝑛,θ), where 𝑛 is a unit vector specifying the direction of the rotation axis and θ is the rotation angle measured in radians. The corresponding rotation matrix R can be constructed from (𝑛,θ) by Rodrigues’ rotation formula: R = I + sinθK + (1−cosθ)K², where K is the cross‑product matrix of 𝑛.
The axis‑angle representation is widely used in robotics, aerospace engineering, computer graphics, and biomechanics to describe
Advantages of the axis‑angle representation include its uniqueness for rotations smaller than 360°, intuitive geometric interpretation,
In practice, the axis‑angle representation is often used in combination with quaternions: a quaternion can be