Converts the vector into a unit vector.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Sub NormalizeRef( _
   ByRef  As Vector4, _
   ByRef  As Vector4 _
) 
             
        
            
            public static void NormalizeRef( 
   out Vector4 ,
   ref Vector4 
)
             
        
             
        
            パラメータ
- result
 
- When the method completes, contains the normalized vector.
 - value
 
- The vector to normalize.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照