FMX.Controls3D.TControl3D.InvertAbsoluteMatrix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InvertAbsoluteMatrix: TMatrix3D read GetInvertAbsoluteMatrix;

C++

__property System::Math::Vectors::TMatrix3D InvertAbsoluteMatrix = {read=GetInvertAbsoluteMatrix};

Eigenschaften

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


Beschreibung

Gibt die invertierte absolute Matrix dieses 3D-Objekts an.

Mit der Eigenschaft InvertAbsoluteMatrix ermitteln Sie die invertierte absolute Matrix dieses 3D-Steuerelements.

Siehe auch