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