System.Math.Vectors.TMatrix3D.CreateOrthoLH

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateOrthoLH(const AWidth, AHeight, AZNear, AZFar: Single): TMatrix3D; static;

C++

static TMatrix3D __fastcall CreateOrthoLH(const float AWidth, const float AHeight, const float AZNear, const float AZFar);

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.