FMX.Types3D.TContext3D.SetMatrix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetMatrix(const M: TMatrix3D);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Beschreibung

Setzt den Wert des Feldes CurrentMatrix mit der angegebenen 3D-Matrix.

Siehe auch