This document discusses different methods for specifying the orientation and position of rigid bodies, including:
1. Euler's angles use three sequential rotation angles (a, b, c) to specify orientation by first rotating the z-axis by a, then the new x-axis by b, and finally the new z-axis by c.
2. Fixed frame rotation rotates the local reference frame with respect to the global frame in a 1-2-3 sequence using angles a, b, c.
3. Rotation about a fixed vector specifies orientation by rotating about a particular vector u by an angle θ. The rotation matrix is determined from u and θ.