QAngle: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{| style="text-align:center" | |||
! Description || Name || Value || Direction || Image || Code | |||
|- | |||
|rowspan="3"| An angular orientation<br />in the world. || Pitch || Y || Left and Right | |||
|rowspan="3"| [[Image:PitchYawRoll.gif]] | |||
|rowspan="3"| <code>QAngle(y, z, x)</code> | |||
|- | |||
| Yaw || Z || Side to Side | |||
|- | |||
| 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 |