Rotating Rotation Axis onto Coordinate Axis
(1) Rotate about x-axis into xz plane
- same as rotation of yz projection onto z
u' = (0, b, c)
u2 = (0, 0, d)
cos [alpha] = (u' . u2) / ( | u' |. | u2 | ) = cd/dd = c/d
- where d = sqrt(b2 + c2)
sin [alpha] = b/d

- u'' = (a, 0, d)

|