Obsolete Members for QMatrix4x4

QMatrix4x4 클래스의 다음 멤버는 더 이상 사용되지 않습니다. 이들은 이전 소스 코드의 작동을 유지하기 위해 제공됩니다. 새 코드에서는 사용하지 않는 것이 좋습니다.

공용 함수

(deprecated) void flipCoordinates()

관련 비회원

(deprecated in 6.1) QPoint operator*(const QMatrix4x4 &matrix, const QPoint &point)
(deprecated in 6.1) QPointF operator*(const QMatrix4x4 &matrix, const QPointF &point)
(deprecated in 6.1) QVector3D operator*(const QMatrix4x4 &matrix, const QVector3D &vector)
(deprecated in 6.1) QVector3D operator*(const QVector3D &vector, const QMatrix4x4 &matrix)

멤버 함수 문서

[deprecated] void QMatrix4x4::flipCoordinates()

이 함수는 더 이상 사용되지 않습니다. 새 코드에서는 사용하지 않는 것이 좋습니다.

y 좌표와 z 좌표에 -1을 곱하여 오른손잡이 좌표계와 왼손잡이 좌표계 사이를 전환합니다. 이 함수는 일반적으로 ortho()처럼 뷰포트의 크기를 조정하지 않고 왼쪽 직교 뷰를 만드는 데 사용됩니다.

ortho()도 참조하십시오 .

관련 비회원

[deprecated in 6.1] QPoint operator*(const QMatrix4x4 &matrix, const QPoint &point)

이 함수는 6.1부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 QMatrix4x4::map()를 사용하세요.

matrix 에 따라 point 을 변환한 결과를 반환하며, 행렬에 전점이 적용됩니다.

[deprecated in 6.1] QPointF operator*(const QMatrix4x4 &matrix, const QPointF &point)

이 함수는 6.1부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 QMatrix4x4::map()를 사용하세요.

matrix 에 따라 point 을 변환한 결과를 반환하며, 행렬에 전점이 적용됩니다.

[deprecated in 6.1] QVector3D operator*(const QMatrix4x4 &matrix, const QVector3D &vector)

이 함수는 6.1부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

대신 QMatrix4x4::map()를 사용하세요.

matrix 에 따라 vector 을 변환한 결과를 반환하며, 행렬은 사전 벡터를 적용합니다. 벡터는 투영 점으로 변환됩니다.

[deprecated in 6.1] QVector3D operator*(const QVector3D &vector, const QMatrix4x4 &matrix)

이 함수는 6.1부터 더 이상 사용되지 않습니다. 새 코드에서 이 함수를 사용하지 않는 것이 좋습니다.

QVector3D 를 w 좌표가 1.0인 QVector4D 로 변환한 다음 곱합니다.

matrix 에 따라 vector 을 변환한 결과를 반환하며, 벡터 후 행렬을 적용합니다. 벡터는 점으로 변환됩니다.

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