QQuaternion::Axes Struct
struct QQuaternion::AxesDiese Struktur wurde in Qt 6.11 eingeführt.
- Liste aller Mitglieder, einschließlich geerbter Mitglieder
- Axes ist Teil von Rendering in 3D.
Öffentliche Variablen
Detaillierte Beschreibung
Eine Struktur, die die drei orthonormalen axes enthält, die eine quaternion definieren.
Siehe auch QQuaternion::toAxes() und QQuaternion::fromAxes(QQuaternion::Axes).
Dokumentation der Mitgliedsvariablen
QQuaternion::Axis Axes::x
Die orthonormale x-Achse, die zusammen mit y und z ein Quaternion definiert.
QQuaternion::Axis Axes::y
Die orthonormale y-Achse, die zusammen mit x und z ein Quaternion definiert.
QQuaternion::Axis Axes::z
Die orthonormale z-Achse, die zusammen mit x und y ein Quaternion definiert.
© 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.