Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从给定的视图体积维度创建左手正交透视矩阵。
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
参数
- width
- Single
视图体的宽度。
- height
- Single
视图体的高度。
- zNearPlane
- Single
视图体的最小 Z 值。
- zFarPlane
- Single
视图体的最大 Z 值。
返回
左手正交投影矩阵。