Matrix4x4.CreateOrthographicLeftHanded(Single, Single, Single, Single) 메서드

정의

지정된 뷰 볼륨 차원에서 왼손 직교 원근 행렬을 만듭니다.

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 값입니다.

반환

왼손 직교 프로젝션 행렬입니다.

적용 대상