Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Methode

Definition

Erstellt eine linkshändige orthografische Perspektivenmatrix aus den angegebenen Ansichtsvolumendimensionen.

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

Die Breite des Bildraums.

height
Single

Die Höhe des Bildraums.

zNearPlane
Single

Der kleinste Z-Wert des Bildraums.

zFarPlane
Single

Der größte Z-Wert des Bildraums.

Gibt zurück

Die linkshändige orthografische Projektionsmatrix.

Gilt für: