이 페이지에서

QQuaternion::Axes Struct

struct QQuaternion::Axes

이 구조체는 Qt 6.11에 도입되었습니다.

공용 변수

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

상세 설명

quaternion 을 정의하는 세 개의 오르토노멀 axes 을 포함하는 구조체입니다.

QQuaternion::toAxes() 및 QQuaternion::fromAxes(QQuaternion::Axes)도 참조하세요 .

멤버 변수 문서

QQuaternion::Axis Axes::x

yz 과 함께 쿼터니언을 정의하는 x 오논노멀 축입니다.

QQuaternion::Axis Axes::y

xz 과 함께 쿼터니언을 정의하는 y 직교축입니다.

QQuaternion::Axis Axes::z

xy 과 함께 쿼터니언을 정의하는 z 오논노멀 축입니다.

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