次の方法で共有


Vector3.TransformNormal(Matrix)

TransformNormal メソッド

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

定義

Visual Basic Public Sub TransformNormal( _
    ByVal sourceMatrix As Matrix _
)
C# public void TransformNormal(
    Matrix sourceMatrix
);
Managed C++ public: void TransformNormal(
    Matrix sourceMatrix
);
JScript public function TransformNormal(
    sourceMatrix : Matrix
) : void;

パラメータ

sourceMatrix Microsoft.DirectX.Matrix.

対象

Vector3

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