未验证 提交 ea354096 编写于 作者: O openharmony_ci 提交者: Gitee

!4993 翻译完成:4284 修改方向传感器数据单位 Cherry-pick到3.1 Release

Merge pull request !4993 from wusongqing/cherry-pick-1654505340
# Sensor # Sensor
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** > **NOTE**<br/>
> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. > The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
...@@ -2357,9 +2357,9 @@ Describes the orientation sensor data. It extends from [Response](#response). ...@@ -2357,9 +2357,9 @@ Describes the orientation sensor data. It extends from [Response](#response).
| Name | Type | Readable | Writable | Description | | Name | Type | Readable | Writable | Description |
| ----- | ------ | ---- | ---- | ------------------------ | | ----- | ------ | ---- | ---- | ------------------------ |
| alpha | number | Yes | Yes | Rotation angle of the device around the z-axis, in rad.| | alpha | number | Yes | Yes | Rotation angle of the device around the z-axis, in degrees.|
| beta | number | Yes | Yes | Rotation angle of the device around the x-axis, in rad. | | beta | number | Yes | Yes | Rotation angle of the device around the x-axis, in degrees. |
| gamma | number | Yes | Yes | Rotation angle of the device around the y-axis, in rad. | | gamma | number | Yes | Yes | Rotation angle of the device around the y-axis, in degrees. |
## RotationVectorResponse ## RotationVectorResponse
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册