MatrixOrthoOffCenterLH Méthode
Retourne une matrice de projection orthographique
Espace de nom: Tzu3DAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public static Matrix OrthoOffCenterLH(
float X_Min,
float X_Max,
float Y_Min,
float Y_Max,
float ZnearPlane,
float ZFarPlane
)
Public Shared Function OrthoOffCenterLH (
X_Min As Single,
X_Max As Single,
Y_Min As Single,
Y_Max As Single,
ZnearPlane As Single,
ZFarPlane As Single
) As Matrix
- X_Min Single
- Coordonée minimal sur l'axe X
- X_Max Single
- Coordonée maximal sur l'axe X
- Y_Min Single
- Coordonée minimal sur l'axe Y
- Y_Max Single
- Coordonée maximal sur l'axe Y
- ZnearPlane Single
- Plan Proche
- ZFarPlane Single
- Plan éloigné
MatrixRetourne une matrice de projection orthographique