FMX.Objects3D.TCustomMesh.GetMeshMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetMeshMatrix: TMatrix3D;

C++

System::Math::Vectors::TMatrix3D __fastcall GetMeshMatrix();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TCustomMesh

Description

Returns the transformation matrix used to fit the 3D object into the TModel3D control.

See Also