FMX.Types3D.TContext3D.CurrentMatrix

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

Delphi

property CurrentMatrix: TMatrix3D read FCurrentMatrix;

C++

__property System::Math::Vectors::TMatrix3D CurrentMatrix = {read=FCurrentMatrix};

プロパティ

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


説明

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


関連項目