Vector3.TransformNormal(Vector3,Matrix)
TransformNormal メソッド
指定された行列により 3D ベクトル法線をトランスフォームする。
定義
Visual Basic | Public Function TransformNormal( _ ByVal source As Vector3, _ ByVal sourceMatrix As Matrix _ ) As Vector3 |
C# | public Vector3 TransformNormal( Vector3 source, Matrix sourceMatrix ); |
Managed C++ | public: Vector3 TransformNormal( Vector3 source, Matrix sourceMatrix ); |
JScript | public function TransformNormal( source : Vector3, sourceMatrix : Matrix ) : Vector3; |
パラメータ
source | Microsoft.DirectX.Vector3. |
sourceMatrix | Microsoft.DirectX.Matrix. |
戻り値
Microsoft.DirectX.Vector3.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.