次の方法で共有


Vector3.Transform(Vector3,Matrix)

Transform メソッド

指定された行列により 3D ベクトルをトランスフォームする。

定義

Visual Basic Public Shared Function Transform( _
    ByVal source As Vector3, _
    ByVal sourceMatrix As Matrix _
) As Vector4
C# public static Vector4 Transform(
    Vector3 source,
    Matrix sourceMatrix
);
Managed C++ public: static Vector4 Transform(
    Vector3 source,
    Matrix sourceMatrix
);
JScript public static function Transform(
    source : Vector3,
    sourceMatrix : Matrix
) : Vector4;

パラメータ

source Microsoft.DirectX.Vector3.
sourceMatrix Microsoft.DirectX.Matrix.

戻り値

Microsoft.DirectX.Vector4.

対象

Vector3

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