QQuaternion::Axes Struct
struct QQuaternion::AxesThis struct was introduced in Qt 6.11.
- List of all members, including inherited members
- Axes is part of Rendering in 3D.
Public Variables
Detailed Description
A struct containing the three orthonormal axes that define a quaternion.
See also QQuaternion::toAxes() and QQuaternion::fromAxes(QQuaternion::Axes).
Member Variable Documentation
QVector3D Axes::x
The x orthonormal axis that, together with y and z, defines a quaternion.
QVector3D Axes::y
The y orthonormal axis that, together with x and z, defines a quaternion.
QVector3D Axes::z
The z orthonormal axis that, together with x and y, defines a quaternion.
© 2025 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.