在本页

QQuaternion::Axes Struct

struct QQuaternion::Axes

此结构在 Qt 6.11 中引入。

公共变量

QQuaternion::Axis x
QQuaternion::Axis y
QQuaternion::Axis z

详细说明

该结构体包含定义quaternion 的三个正交axes

另请参阅 QQuaternion::toAxes() 和QQuaternion::fromAxes(QQ四元数::Axes)。

成员变量文档

QQuaternion::Axis Axes::x

x 正交轴与yz 一起定义了四元数。

QQuaternion::Axis Axes::y

y 正交轴,与xz 一起定义四元数。

QQuaternion::Axis Axes::z

z 正交轴,与xy 一起定义了一个四元数。

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