Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Méthode

Définition

Crée une matrice de perspective orthographique gauche à partir des dimensions de volume de vue données.

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

Paramètres

width
Single

Largeur du volume de la vue.

height
Single

Hauteur du volume de la vue.

zNearPlane
Single

Valeur Z minimale du volume de la vue.

zFarPlane
Single

Valeur Z maximale du volume de la vue.

Retours

Matrice de projection orthographique gauche.

S’applique à