| Vector3.Vector3 Constructor | Language: | 
      
      
      Initializes a new instance of the Vector3 class.
      Definition
      
        
          
            | Visual Basic | Public Sub New( _ ByVal valueX As Single, _
 ByVal valueY As Single, _
 ByVal valueZ As Single _
 )
 | 
          
            | C# | public  Vector3( float valueX,
 float valueY,
 float valueZ
 );
 | 
          
            | C++ | public: Vector3(
 float valueX,
 float valueY,
 float valueZ
 );
 | 
          
            | JScript | public function Vector3( valueX : float,
 valueY : float,
 valueZ : float
 );
 | 
        
      
      Parameters
      
        
      
      
      Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
      
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center