Show: Delphi
C++
Display Preferences
FMX.Types3D.TControl3D.LocalMatrix
From XE2 API Documentation
Delphi
property LocalMatrix: TMatrix3D read FLocalMatrix;
C++
__property TMatrix3D LocalMatrix = {read=FLocalMatrix};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TControl3D |
Description
Is a 4-by-4 matrix that specifies the 3D control's affine transformation in space.
LocalMatrix is internally used when rendering the control.