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

Definición

Crea una matriz de perspectiva ortográfica a partir de las dimensiones de la vista especificada.

public:
 static System::Numerics::Matrix4x4 CreateOrthographic(float width, float height, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographic (float width, float height, float zNearPlane, float zFarPlane);
static member CreateOrthographic : single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographic (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.

Se aplica a