次の方法で共有


Matrix.OrthoOffCenterRH(Single,Single,Single,Single,Single,Single)

OrthoOffCenterRH メソッド

カスタマイズした右手座標系正射影行列を作成する。

定義

Visual Basic Public Shared Function OrthoOffCenterRH( _
    ByVal left As Single, _
    ByVal right As Single, _
    ByVal bottom As Single, _
    ByVal top As Single, _
    ByVal znearPlane As Single, _
    ByVal zfarPlane As Single _
) As Matrix
C# public static Matrix OrthoOffCenterRH(
    float left,
    float right,
    float bottom,
    float top,
    float znearPlane,
    float zfarPlane
);
Managed C++ public: static Matrix OrthoOffCenterRH(
    float left,
    float right,
    float bottom,
    float top,
    float znearPlane,
    float zfarPlane
);
JScript public static function OrthoOffCenterRH(
    left : float,
    right : float,
    bottom : float,
    top : float,
    znearPlane : float,
    zfarPlane : float
) : Matrix;

パラメータ

left System.Single.
right System.Single.
bottom System.Single.
top System.Single.
znearPlane System.Single.
zfarPlane System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

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