Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Axis Class Reference
Collaboration diagram for Axis:

Detailed Description

Since
6.11

\inmodule QtGui

A struct representing a 3D axis used to define \l{QQuaternion}{quaternions}, through \l{QQuaternion::Axes}{three (orthonormal) axes}.

The struct itself does not constrain the values of its \l{x}, \l{y} and \l{z} members, though QQuaternion functions using this type may. In particular, Axis objects need not be normalized.

This type is very similar to QVector3D, to and from which it can be readily converted, but has a narrower focus. You may call it a "strong typedef" for QVector3D.

See also
QQuaternion::Axes

The documentation for this class was generated from the following file: