RotationReading QML Type

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

导入语句: import QtSensors 5.0
Since: QtSensors 5.0
继承:

SensorReading

特性

详细描述

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.