次の方法で共有


Matrix.RotationX(Single)

RotationX メソッド

x 軸を回転軸にして回転する行列を作成する。

定義

Visual Basic Public Shared Function RotationX( _
    ByVal angle As Single _
) As Matrix
C# public static Matrix RotationX(
    float angle
);
Managed C++ public: static Matrix RotationX(
    float angle
);
JScript public static function RotationX(
    angle : float
) : Matrix;

パラメータ

angle System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

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