FMX.Controls3D.TControl3D.LocalMatrix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LocalMatrix: TMatrix3D read FLocalMatrix;

C++

__property System::Math::Vectors::TMatrix3D LocalMatrix = {read=FLocalMatrix};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D


Beschreibung

Ist eine 4x4-Matrix, die die affine Transformation des 3D-Steuerelements im Raum angibt.

LocalMatrix wird intern beim Rendern des Steuerelements verwendet.

Siehe auch