次の方法で共有


Matrix.Transformation(Vector3,Quaternion,Vector3,Vector3,Quaternion,Vector3)

Transformation メソッド

トランスフォーム行列を作成する。

定義

Visual Basic Public Shared Function Transformation( _
    ByVal scalingCenter As Vector3, _
    ByVal scalingRotation As Quaternion, _
    ByVal scalingFactor As Vector3, _
    ByVal rotationCenter As Vector3, _
    ByVal rotation As Quaternion, _
    ByVal translation As Vector3 _
) As Matrix
C# public static Matrix Transformation(
    Vector3 scalingCenter,
    Quaternion scalingRotation,
    Vector3 scalingFactor,
    Vector3 rotationCenter,
    Quaternion rotation,
    Vector3 translation
);
Managed C++ public: static Matrix Transformation(
    Vector3 scalingCenter,
    Quaternion scalingRotation,
    Vector3 scalingFactor,
    Vector3 rotationCenter,
    Quaternion rotation,
    Vector3 translation
);
JScript public static function Transformation(
    scalingCenter : Vector3,
    scalingRotation : Quaternion,
    scalingFactor : Vector3,
    rotationCenter : Vector3,
    rotation : Quaternion,
    translation : Vector3
) : Matrix;

パラメータ

scalingCenter Microsoft.DirectX.Vector3.
scalingRotation Microsoft.DirectX.Quaternion.
scalingFactor Microsoft.DirectX.Vector3.
rotationCenter Microsoft.DirectX.Vector3.
rotation Microsoft.DirectX.Quaternion.
translation Microsoft.DirectX.Vector3.

戻り値

Microsoft.DirectX.Matrix.

対象

Matrix

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