FMX.Types3D.TContext3D.CurrentProjectionMatrix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentProjectionMatrix: TMatrix3D read GetProjectionMatrix;

C++

__property System::Math::Vectors::TMatrix3D CurrentProjectionMatrix = {read=GetProjectionMatrix};

Properties

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

Description

Represents the projection matrix for this 3D context.

See Also