ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector3 Structure / Dot Method
First source vector.
Second source vector.

In This Topic
    Dot Method (Vector3)
    In This Topic
    Calculates the dot product of two vectors.
    Syntax
    'Declaration
     
    Public Shared Function Dot( _
       ByVal left As Vector3, _
       ByVal right As Vector3 _
    ) As Single
    public static 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