QAngle: Difference between revisions
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 | ! Description || Name || Value || Image || Code | ||
|- | |- | ||
|rowspan="3"| An angular orientation<br />in the world. || Pitch || Y | |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 | | Yaw || Z | ||
|- | |- | ||
| Roll || X | | 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 |