Matrix4x4.CreateOrthographicOffCenterLeftHanded Methode

Definitie

Hiermee maakt u een linkshandige aangepaste orthographic projectiematrix.

public:
 static System::Numerics::Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenterLeftHanded : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenterLeftHanded (left As Single, right As Single, bottom As Single, top As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

Parameters

left
Single

De minimale X-waarde van het weergavevolume.

right
Single

De maximale X-waarde van het weergavevolume.

bottom
Single

De minimale Y-waarde van het weergavevolume.

top
Single

De maximale Y-waarde van het weergavevolume.

zNearPlane
Single

De minimale Z-waarde van het weergavevolume.

zFarPlane
Single

De maximale Z-waarde van het weergavevolume.

Retouren

De linkerhandige orthografische projectiematrix.

Van toepassing op