FMX.Controls3D.TControl3D.FInvAbsoluteMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FInvAbsoluteMatrix: TMatrix3D;

C++

System::Math::Vectors::TMatrix3D FInvAbsoluteMatrix;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Field used by the InvertAbsoluteMatrix property. Its value is accessible at any time through the InvertAbsoluteMatrix property.

See Also