3D Transformations
Subpages: [
0
] [
1
] [
2
] [
3
] [
4
]
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)
u
2
= (0, 0, d)
cos [alpha] = (u'
.
u
2
) / ( | u' |
.
| u
2
| ) = cd/dd = c/d
where d = sqrt(b
2
+ c
2
)
sin [alpha] = b/d
Subpages: [
0
] [
1
] [
2
] [
3
] [
4
]
Made by dynaPage 0.2