다음을 통해 공유


Matrix4.CreateOrthographicOffCenter 메서드

정의

오버로드

CreateOrthographicOffCenter(Single, Single, Single, Single, Single, Single)
CreateOrthographicOffCenter(Single, Single, Single, Single, Single, Single, Matrix4)

직교 프로젝션 행렬을 만듭니다.

CreateOrthographicOffCenter(Single, Single, Single, Single, Single, Single)

public static OpenTK.Matrix4 CreateOrthographicOffCenter (float left, float right, float bottom, float top, float zNear, float zFar);
static member CreateOrthographicOffCenter : single * single * single * single * single * single -> OpenTK.Matrix4

매개 변수

left
Single
right
Single
bottom
Single
top
Single
zNear
Single
zFar
Single

반환

적용 대상

CreateOrthographicOffCenter(Single, Single, Single, Single, Single, Single, Matrix4)

직교 프로젝션 행렬을 만듭니다.

public static void CreateOrthographicOffCenter (float left, float right, float bottom, float top, float zNear, float zFar, out OpenTK.Matrix4 result);
static member CreateOrthographicOffCenter : single * single * single * single * single * single *  -> unit

매개 변수

left
Single

프로젝션 볼륨의 왼쪽 가장자리입니다.

right
Single

프로젝션 볼륨의 오른쪽 가장자리입니다.

bottom
Single

프로젝션 볼륨의 아래쪽 가장자리입니다.

top
Single

프로젝션 볼륨의 위쪽 가장자리입니다.

zNear
Single

프로젝션 볼륨의 가까운 가장자리입니다.

zFar
Single

프로젝션 볼륨의 먼 가장자리입니다.

result
Matrix4

결과 Matrix4 인스턴스입니다.

적용 대상