Matrix4x4.CreateOrthographicOffCenter Método

Definición

Crea una matriz de una proyección ortográfica personalizada.

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

Parámetros

left
Single

Valor X mínimo del volumen de vista.

right
Single

Valor X máximo del volumen de vista.

bottom
Single

Valor Y mínimo del volumen de vista.

top
Single

Valor Y máximo del volumen de vista.

zNearPlane
Single

Valor Z mínimo del volumen de vista.

zFarPlane
Single

Valor Z máximo del volumen de vista.

Devoluciones

Matriz de proyección ortográfica.

Se aplica a