Matrix4x4.CreateOrthographicOffCenter Methode

Definition

Erstellt eine angepasste orthogonale Projektionsmatrix.

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

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 orthogonale Projektionsmatrix.

Gilt für: