QAngle¶
Fields¶
| Name | Type | Ranges |
|---|---|---|
| pitch | float | Rotation around the x axis |
| yaw | float | Rotation around the y axis |
| roll | float | Rotation around the z axis |
Functions¶
QAngle()¶
Return value¶
| Name | Type | Description |
|---|---|---|
| angle | QAngle | Returns a QAngle ( 0, 0, 0 ) |
Example
1 2 3 4 | |
QAngle()¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
| pitch | float | Rotation around the x axis |
| yaw | float | Rotation around the y axis |
| roll | float | Rotation around the z axis |
Return value¶
| Name | Type | Description |
|---|---|---|
| angle | QAngle | Returns a QAngle ( pitch, yaw, roll ) |
Example
1 2 3 4 | |