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

Définition

Crée une matrice de perspective orthographique gaucher à partir des dimensions du volume d’affichage donnés.

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 d’affichage.

height
Single

Hauteur du volume d’affichage.

zNearPlane
Single

Valeur Z minimale du volume d’affichage.

zFarPlane
Single

Valeur Z maximale du volume d’affichage.

Retours

Matrice de projection orthographique gaucher.

S’applique à