RotationReading QML Type

RotationReading 要素は、最新のRotationSensor の読み取り値を保持します。詳細...

Import Statement: import QtSensors
Since: QtSensors 5.0
Inherits:

SensorReading

プロパティ

  • x : qreal
  • y : qreal
  • z : qreal

詳細説明

RotationReading 要素は、最新のRotationSensor リーディングを保持します。

この要素はQRotationReading クラスをラップしています。詳細はQRotationReading のドキュメントを参照してください。

この要素を直接作成することはできません。

プロパティの説明

x : qreal

このプロパティは、x 軸周りの回転を保持します。

このプロパティの詳細については、QRotationReading::x を参照してください。


y : qreal

このプロパティは y 軸周りの回転を保持します。

このプロパティに関する情報はQRotationReading::y を参照。


z : qreal

このプロパティは、z軸周りの回転を保持する。

このプロパティについては、QRotationReading::z を参照してください。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.