QAngle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| style="text-align:center"
{| style="text-align:center"
! Description || Name || Value || Direction (Top View) || Image || Code
! Description || Name || Value || Image || Code
|-
|-
|rowspan="3"| An angular orientation<br />in the world. || Pitch || Y || Left and Right
|rowspan="3"| An angular orientation<br />in the world. || Pitch || Y
|rowspan="3"| [[Image:PitchYawRoll.gif]]
|rowspan="3"| [[Image:PitchYawRoll.gif]]
|rowspan="3"| <code>QAngle(y, z, x)</code>
|rowspan="3"| <code>QAngle(y, z, x)</code>
|-
|-
| Yaw || Z || Side to Side
| Yaw || Z
|-
|-
| Roll || X || Up and Down
| Roll || X
|}
|}
[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 21:33, 29 September 2005

Description Name Value Image Code
An angular orientation
in the world.
Pitch Y File:PitchYawRoll.gif QAngle(y, z, x)
Yaw Z
Roll X