ComponentOne Bitmap for WPF
Dot Method (Vector2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 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 Vector2, _
   ByVal right As Vector2 _
) As System.Single
public static System.float Dot( 
   Vector2 left,
   Vector2 right
)

Parameters

left
First source vector.
right
Second source vector.

Return Value

The dot product of the two vectors.
See Also

Reference

Vector2 Structure
Vector2 Members