Matrix4x4.CreateOrthographicOffCenter Méthode

Définition

Crée une matrice de projection orthographique personnalisée.

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

Paramètres

left
Single

Valeur X minimale du volume de la vue.

right
Single

Valeur X maximale du volume de la vue.

bottom
Single

Valeur Y minimale du volume de la vue.

top
Single

Valeur Y maximale 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

Matrix4x4

Matrice de projection orthographique.

S’applique à