FMX.Types3D.TContext3D.SetMatrix

提供:RAD Studio API Documentation

Delphi

procedure SetMatrix(const M: TMatrix3D);

C++

void __fastcall SetMatrix(const System::Math::Vectors::TMatrix3D &M);

プロパティ

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

説明

指定された 3D 行列を CurrentMatrix フィールドの値に設定します。


関連項目