|   |   |   | 
| Vector3.Dot Method | Language: | 
Determines the dot product of two 3-D vectors.
Visual Basic Public Shared Function Dot( _ 
ByVal left As Vector3, _
ByVal right As Vector3 _
) As SingleC# public static float Dot( 
Vector3 left,
Vector3 right
);C++ public: 
static float Dot(
Vector3 left,
Vector3 right
);JScript public static function Dot( 
left : Vector3,
right : Vector3
) : float;
left Microsoft.DirectX.Vector3 
Source Vector3 structure.right Microsoft.DirectX.Vector3 
Source Vector3 structure.
System.Single
A Singlevalue that is the dot product.
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