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

반환

직교 투영 행렬입니다.

적용 대상