Matrix4x4.CreateOrthographicOffCenter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.