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