Reverses the direction of a given vector.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Sub NegateRef( _
   ByRef  As Vector3, _
   ByRef  As Vector3 _
) 
             
        
            
            public static void NegateRef( 
   out Vector3 ,
   ref Vector3 
)
             
        
             
        
            パラメータ
- result
 
- When the method completes, contains a vector facing in the opposite direction.
 - value
 
- The vector to negate.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照