FMX.Types3D.TContext3D.CurrentModelViewProjectionMatrix

提供:RAD Studio API Documentation

Delphi

property CurrentModelViewProjectionMatrix: TMatrix3D read GetCurrentModelViewProjectionMatrix;

C++

__property System::Math::Vectors::TMatrix3D CurrentModelViewProjectionMatrix = {read=GetCurrentModelViewProjectionMatrix};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

説明

ビュー行列、モデル行列、射影行列の積行列を表します。


ビュー行列、モデル行列、射影行列はそれぞれ CurrentCameraMatrixCurrentMatrixCurrentProjectionMatrix で与えられます。

コンテキストの種類が 2D の場合、結果はスクリーン行列と変換行列の積行列になります。

関連項目