System.Math.Vectors.TMatrix3D.CreatePerspectiveFovLH

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function CreatePerspectiveFovLH(const AFOV, AAspect, AZNear, AZFar: Single;  const AHorizontalFOV: Boolean = False): TMatrix3D; static;

C++

static TMatrix3D __fastcall CreatePerspectiveFovLH(const float AFOV, const float AAspect, const float AZNear, const float AZFar, const bool AHorizontalFOV = false);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix3D

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.