FMX.Types3D.TContext3D.CurrentProjectionMatrix

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CurrentProjectionMatrix: TMatrix3D read GetProjectionMatrix;

C++

__property System::Math::Vectors::TMatrix3D CurrentProjectionMatrix = {read=GetProjectionMatrix};

プロパティ

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


説明

この 3D コンテキストの射影行列を表します。


関連項目