Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) Método

Definición

Crea una matriz de perspectiva ortográfica a la izquierda a partir de las dimensiones de volumen de vista dadas.

public:
 static System::Numerics::Matrix4x4 CreateOrthographicLeftHanded(float width, float height, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicLeftHanded (float width, float height, float zNearPlane, float zFarPlane);
static member CreateOrthographicLeftHanded : single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicLeftHanded (width As Single, height As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

Parámetros

width
Single

Ancho del volumen de vista.

height
Single

Alto 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 a la izquierda.

Se aplica a