System.Math.Vectors.TMatrix3D.CreatePerspectiveFovLH

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TMatrix3D

Description

Embarcadero Technologies does not currently have any additional information.