En esta página

RotationReading QML Type

El elemento RotationReading contiene la lectura más reciente de RotationSensor. Más...

Import Statement: import QtSensors
Since: QtSensors 5.0
Inherits:

SensorReading

Propiedades

  • x : real
  • y : real
  • z : real

Descripción detallada

El elemento RotationReading contiene la lectura más reciente de RotationSensor.

Este elemento envuelve la clase QRotationReading. Para más detalles, consulte la documentación de QRotationReading.

Este elemento no puede crearse directamente.

Documentación de propiedades

x : real

Esta propiedad mantiene la rotación alrededor del eje x.

Consulte QRotationReading::x para obtener información sobre esta propiedad.

y : real

Esta propiedad mantiene la rotación alrededor del eje y.

Consulte QRotationReading::y para obtener información sobre esta propiedad.

z : real

Esta propiedad mantiene la rotación alrededor del eje z.

Consulte QRotationReading::z para obtener información sobre esta propiedad.

© 2026 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.