Game Development Reference
In-Depth Information
It is important to remember this because the results of your transformations will be sub-
stantially different depending ontheorderinwhichtheyareapplied asillustrated inFigure
22 .
Figure 22 - The order of operations is important when concatenating transformation matrices.
1.3.8 Euler Angles
Euler angles are often used to describe rotations. They represent an orientation in three
parameters, angles commonly referred to as yaw, pitch and roll. Euler angles apply rota-
tions sequentially over the axes of a coordinate system, each axes will be rotated by its
respective angle such that the roll will be applied in z , the pitch will be applied in x and
finally the yaw will be applied in y .
Search WWH ::




Custom Search