General 3D rotation is described by Euler angles (three successive rotations) or by a rotation matrix. The full kinetic energy and angular momentum require the inertia tensor; rotation about arbitrary axes couples the principal inertias and produces complex motion including precession and nutation.
When you studied principal moments of inertia, you found axes along which angular momentum aligns with angular velocity — the body spins "cleanly" about those axes. But in the real world, a body can spin about any axis, not just the convenient principal ones. As soon as ω points in an arbitrary direction, the inertia tensor couples the components together: L = Iω is still true, but now I is a 3×3 matrix and L and ω generally point in different directions. This misalignment is the source of all the interesting and counterintuitive behavior in 3D rigid body dynamics — gyroscopic effects, wobbling tops, the torque-free precession of satellites.
To specify the orientation of a rigid body in 3D, you need three independent angles — three degrees of rotational freedom. Euler angles provide one standard choice: a sequence of three rotations (typically precession ψ about the z-axis, nutation θ about the intermediate axis, and spin φ about the body's symmetry axis) that together bring the body from a reference orientation to any target orientation. The order matters — rotations in 3D do not commute, so applying them in a different sequence produces a different final orientation. Each of the three Euler angles corresponds to a physically meaningful rotation: nutation angle θ controls how far the symmetry axis tilts from vertical, precession ψ controls the rotation of the tilt direction around vertical, and spin φ tracks rotation of the body about its own axis.
The rotation matrix R is a 3×3 orthogonal matrix (R^T = R^{-1}, det R = +1) that transforms coordinates from one frame to another. You can express R in terms of Euler angles, giving explicit formulas — though these formulas are messy and the best approach is usually to work geometrically until you must write explicit matrix equations. The important structural fact is that rotations form a group (the special orthogonal group SO(3)): you can compose them by multiplying matrices, invert them by transposing, and the identity is the 3×3 identity matrix. This algebraic structure is what makes the analysis tractable.
For torque-free motion (no external torques), the angular momentum vector L is constant in space. But the body's symmetry axis, the angular velocity ω, and L are all generally distinct vectors, and they sweep out cones in space as the body moves. This is torque-free precession: even with no torque, a body that is not spinning about a principal axis will continuously change its orientation in a predictable, regular way. A football wobbles as it flies, and a satellite spins unevenly after a thruster firing, for exactly this reason. Understanding this motion requires expressing ω in body-fixed coordinates (where the inertia tensor is diagonal and constant) and applying Euler's equations of motion — the next topic this builds toward. The present topic gives you the geometric and algebraic language — Euler angles, rotation matrices, the inertia tensor — that makes those equations writable.