Matrix4x4.CreateOrthographicOffCenter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Matrice de projection orthographique.