Matrix4x4.CreateOrthographicOffCenter 메서드

정의

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

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

매개 변수

left
Single

뷰 볼륨의 최소 X 값입니다.

right
Single

뷰 볼륨의 최대 X 값입니다.

bottom
Single

뷰 볼륨의 최소 Y 값입니다.

top
Single

뷰 볼륨의 최대 Y 값입니다.

zNearPlane
Single

뷰 볼륨의 최소 Z 값입니다.

zFarPlane
Single

뷰 볼륨의 최대 Z 값입니다.

반품

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

적용 대상