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

Definição

Cria uma matriz de perspectiva ortográfica com base nas dimensões de volume de exibição determinadas.

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

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.

Aplica-se a