Rotation holds three invariant:
- Keeps origin fixed
- preserves distances between points:
- preserves orientation (
) The first two implies that rotation is a linear transformation.
Rotation matrix is orthogonal, which means its transpose is equal to its inverse (
Rotation maps the standard basis to ONB
Ways to Specify Rotations
- Euler angles
- rotation matrix
- complex numbers/quaternions
- rotors