QQuaternion::Axes Struct

struct QQuaternion::Axes

This struct was introduced in Qt 6.11.

Public Variables

QVector3D x
QVector3D y
QVector3D z

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.