Bitmap for UWP
NormalizeRef(Vector2,Vector2) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Vector2 構造体 > NormalizeRef メソッド : NormalizeRef(Vector2,Vector2) メソッド
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 Vector2, _
   ByRef value As Vector2 _
) 
public static void NormalizeRef( 
   out Vector2 result,
   ref Vector2 value
)

パラメータ

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

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