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

Definição

Cria uma matriz de perspectiva ortográfica à esquerda das dimensões de volume de exibição fornecidas.

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

A largura do volume de exibição.

height
Single

A altura do volume de exibição.

zNearPlane
Single

O valor Z mínimo do volume de exibição.

zFarPlane
Single

O valor Z máximo do volume de exibição.

Retornos

A matriz de projeção ortográfica canhota.

Aplica-se a