Share via


Matrix.PerspectiveLH(Single,Single,Single,Single)

PerspectiveLH メソッド

左手座標系パースペクティブ射影行列を作成する。

定義

Visual Basic Public Shared Function PerspectiveLH( _
    ByVal width As Single, _
    ByVal height As Single, _
    ByVal znearPlane As Single, _
    ByVal zfarPlane As Single _
) As Matrix
C# public static Matrix PerspectiveLH(
    float width,
    float height,
    float znearPlane,
    float zfarPlane
);
Managed C++ public: static Matrix PerspectiveLH(
    float width,
    float height,
    float znearPlane,
    float zfarPlane
);
JScript public static function PerspectiveLH(
    width : float,
    height : float,
    znearPlane : float,
    zfarPlane : float
) : Matrix;

パラメータ

width System.Single.
height System.Single.
znearPlane System.Single.
zfarPlane System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

© 2002 Microsoft Corporation. All rights reserved. Terms of use.