RotationReading QML Type

The RotationReading element holds the most recent RotationSensor reading. 更多...

import 語句: import QtSensors 5.11
Since: QtSensors 5.0
繼承: SensorReading

特性

詳細描述

The RotationReading element holds the most recent RotationSensor reading.

此元素包裹 QRotationReading 類。請參閱文檔編製 QRotationReading 瞭解細節。

This element cannot be directly created.

特性文檔編製

x : qreal

This property holds the rotation around the x axis.

Please see QRotationReading::x for information about this property.

y : qreal

This property holds the rotation around the y axis.

Please see QRotationReading::y for information about this property.

z : qreal

This property holds the rotation around the z axis.

Please see QRotationReading::z for information about this property.