FMX.Controls3D.TControl3D.LocalMatrix
Delphi
property LocalMatrix: TMatrix3D read FLocalMatrix;
C++
__property System::Math::Vectors::TMatrix3D LocalMatrix = {read=FLocalMatrix};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
説明
4 x 4 のマトリックスで、空間における 3D コントロールのアフィン変換を示します。
LocalMatrix は、コントロールをレンダリングする際に、内部的に使用されます。