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 を、1.0 を w 座標とする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.