FMX.Types3D.MatrixOrthoLH

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function MatrixOrthoLH(W, h, zn, zf: Single): TMatrix3D;

C++

extern DELPHI_PACKAGE System::Types::TMatrix3D __fastcall MatrixOrthoLH(float W, float h, float zn, float zf);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Beschreibung

Erstellt die orthogonale Projektionsmatrix in einem linkshändigen Koordinatensystem.

Siehe auch

Übersetzungen