다음을 통해 공유


Matrix.PerspectiveRH 메서드

업데이트: 2007년 11월

오른쪽 원근 프로젝션 매트릭스를 만듭니다.

네임스페이스:  Microsoft.WindowsMobile.DirectX
어셈블리:  Microsoft.WindowsMobile.DirectX(Microsoft.WindowsMobile.DirectX.dll)

구문

‘선언
Public Shared Function PerspectiveRH ( _
    width As Single, _
    height As Single, _
    znearPlane As Single, _
    zfarPlane As Single _
) As Matrix
‘사용 방법
Dim width As Single
Dim height As Single
Dim znearPlane As Single
Dim zfarPlane As Single
Dim returnValue As Matrix

returnValue = Matrix.PerspectiveRH(width, _
    height, znearPlane, zfarPlane)
public static Matrix PerspectiveRH(
    float width,
    float height,
    float znearPlane,
    float zfarPlane
)
public:
static Matrix PerspectiveRH(
    float width, 
    float height, 
    float znearPlane, 
    float zfarPlane
)
public static function PerspectiveRH(
    width : float, 
    height : float, 
    znearPlane : float, 
    zfarPlane : float
) : Matrix

매개 변수

  • width
    형식: System.Single

    근접 뷰 평면에서 뷰 볼륨의 너비입니다.

  • height
    형식: System.Single

    근접 뷰 평면에서 뷰 볼륨의 높이입니다.

  • znearPlane
    형식: System.Single

    근접 뷰 평면의 Z-값입니다.

  • zfarPlane
    형식: System.Single

    원격 뷰 평면의 Z-값입니다.

반환 값

형식: Microsoft.WindowsMobile.DirectX.Matrix

오른쪽 원근 프로젝션 매트릭스인 Matrix 구조체입니다.

설명

PerspectiveRH 메서드의 모든 매개 변수는 카메라 공간에서의 거리를 의미합니다. 매개 변수는 뷰 볼륨의 차원을 설명합니다.

이 메서드에서는 다음 수식을 사용하여 반환되는 매트릭스를 계산합니다.

2*znearPlane/width  0                    0                                            0
0                   2*znearPlane/height  0                                            0
0                   0                    zfarPlane/(znearPlane-zfarPlane)            -1
0                   0                    znearPlane*zfarPlane/(znearPlane-zfarPlane)  0

권한

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

플랫폼

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Compact Framework

3.5, 2.0에서 지원

참고 항목

참조

Matrix 구조체

Matrix 멤버

Microsoft.WindowsMobile.DirectX 네임스페이스