En esta página

QQuaternion::Axes Struct

struct QQuaternion::Axes

Esta estructura se introdujo en Qt 6.11.

Variables Públicas

QQuaternion::Axis x
QQuaternion::Axis y
QQuaternion::Axis z

Descripción detallada

Una estructura que contiene las tres ortonormales axes que definen un quaternion.

Ver también QQuaternion::toAxes() y QQuaternion::fromAxes(QQuaternion::Axes).

Documentación de Variables Miembro

QQuaternion::Axis Axes::x

El eje x ortonormal que, junto con y y z, define un cuaternión.

QQuaternion::Axis Axes::y

El eje y ortonormal que, junto con x y z, define un cuaternión.

QQuaternion::Axis Axes::z

El eje z ortonormal que, junto con x y y, define un cuaternión.

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