FMX.Types3D.TContext3D.SetMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMatrix(const M: TMatrix3D);

C++

void __fastcall SetMatrix(const System::Math::Vectors::TMatrix3D &M);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Sets the value of the CurrentMatrix field with the given 3D matrix.

See Also