Bitmap for WPF
NormalizeRef(Vector3,Vector3) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Vector3 構造体 > NormalizeRef メソッド : NormalizeRef(Vector3,Vector3) メソッド
When the method completes, contains the normalized vector.
The vector to normalize.
Converts the vector into a unit vector.
シンタックス
'宣言
 
Public Overloads Shared Sub NormalizeRef( _
   ByRef result As Vector3, _
   ByRef value As Vector3 _
) 
public static void NormalizeRef( 
   out Vector3 result,
   ref Vector3 value
)

パラメータ

result
When the method completes, contains the normalized vector.
value
The vector to normalize.
参照

Vector3 構造体
Vector3 メンバ
オーバーロード一覧