QQuaternion::Axes Struct
struct QQuaternion::AxesEsta estructura se introdujo en Qt 6.11.
- Lista de todos los miembros, incluyendo los heredados
- Axes es parte de Renderizado en 3D.
Variables Públicas
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.