Matrix4x4.CreateOrthographicOffCenterLeftHanded 메서드

정의

왼손 사용자 지정 직교 프로젝션 행렬을 만듭니다.

public:
 static System::Numerics::Matrix4x4 CreateOrthographicOffCenterLeftHanded(float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
public static System.Numerics.Matrix4x4 CreateOrthographicOffCenterLeftHanded (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane);
static member CreateOrthographicOffCenterLeftHanded : single * single * single * single * single * single -> System.Numerics.Matrix4x4
Public Shared Function CreateOrthographicOffCenterLeftHanded (left As Single, right As Single, bottom As Single, top As Single, zNearPlane As Single, zFarPlane As Single) As Matrix4x4

매개 변수

left
Single

보기 볼륨의 최소 X 값입니다.

right
Single

보기 볼륨의 최대 X 값입니다.

bottom
Single

보기 볼륨의 최소 Y 값입니다.

top
Single

보기 볼륨의 최대 Y 값입니다.

zNearPlane
Single

보기 볼륨의 최소 Z 값입니다.

zFarPlane
Single

보기 볼륨의 최대 Z 값입니다.

반환

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

적용 대상