次の方法で共有


Matrix.RotationYawPitchRoll(Single,Single,Single)

RotationYawPitchRoll メソッド

ヨー、ピッチ、およびロールを指定して行列を作成する。

定義

Visual Basic Public Shared Function RotationYawPitchRoll( _
    ByVal yaw As Single, _
    ByVal pitch As Single, _
    ByVal roll As Single _
) As Matrix
C# public static Matrix RotationYawPitchRoll(
    float yaw,
    float pitch,
    float roll
);
Managed C++ public: static Matrix RotationYawPitchRoll(
    float yaw,
    float pitch,
    float roll
);
JScript public static function RotationYawPitchRoll(
    yaw : float,
    pitch : float,
    roll : float
) : Matrix;

パラメータ

yaw System.Single.
pitch System.Single.
roll System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

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