ComponentOne Bitmap for WPF
Dot Method (Vector3)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector3 Structure : Dot Method
First source vector.
Second source vector.
Calculates the dot product of two vectors.
Syntax
'Declaration
 
Public Shared Function Dot( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As System.Single
public static System.float Dot( 
   Vector3 left,
   Vector3 right
)

Parameters

left
First source vector.
right
Second source vector.

Return Value

The dot product of the two vectors.
See Also

Reference

Vector3 Structure
Vector3 Members