次の方法で共有


Matrix.RotationZ(Single)

RotationZ メソッド

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

定義

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

パラメータ

angle System.Single.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

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