Matrix4x4.CreateOrthographicOffCenterLeftHanded Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt eine benutzerdefinierte orthografische Projektionsmatrix mit Linkshand.
public:
static System::Numerics::Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenterLeftHanded : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenterLeftHanded (left As Single, right As Single, bottom As Single, top As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4
Parameter
- left
- Single
Der kleinste X-Wert des Bildraums.
- right
- Single
Der größte X-Wert des Bildraums.
- bottom
- Single
Der kleinste Y-Wert des Bildraums.
- top
- Single
Der größte Y-Wert des Bildraums.
- zNearPlane
- Single
Der kleinste Z-Wert des Bildraums.
- zFarPlane
- Single
Der größte Z-Wert des Bildraums.
Gibt zurück
Die linkshändige orthografische Projektionsmatrix.