QAngle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
'''Pitch Yaw Roll'''
{| style="text-align:center"
<br />
! Description || Name || Value || Direction || Image || Code
(Y Z X) angles<br />
|-
An Entity's orientation in the world.
|rowspan="3"| An angular orientation<br />in the world. || Pitch || Y || Left and Right
<br />
|rowspan="3"| [[Image:PitchYawRoll.gif]]
Movements of an object that are measured as angles.<br />
|rowspan="3"| <code>QAngle(y, z, x)</code>
X Pitch is up and down.<br />
|-
Z Yaw is left and right.<br />
| Yaw || Z || Side to Side
Y Roll is rotation.<br />
|-
:[[Image:PitchYawRoll.gif|frame|left|'''Pitch Yaw Roll''']]
| Roll || X || Up and Down
|}

Revision as of 20:09, 29 September 2005

Description Name Value Direction Image Code
An angular orientation
in the world.
Pitch Y Left and Right File:PitchYawRoll.gif QAngle(y, z, x)
Yaw Z Side to Side
Roll X Up and Down