Bagikan melalui


Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Metode

Definisi

Membuat matriks perspektif ortografis sebelah kiri dari dimensi volume tampilan yang diberikan.

public:
 static System::Numerics::Matrix4x4 CreateOrthographicLeftHanded(float width, float height, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicLeftHanded (float width, float height, float zNearPlane, float zFarPlane);
static member CreateOrthographicLeftHanded : single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicLeftHanded (width As Single, height As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

Parameter

width
Single

Lebar volume tampilan.

height
Single

Tinggi volume tampilan.

zNearPlane
Single

Nilai Z minimum dari volume tampilan.

zFarPlane
Single

Nilai Z maksimum dari volume tampilan.

Mengembalikan

Matriks proyeksi ortografis sebelah kiri.

Berlaku untuk