ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Vector2 Structure / DotRef Method
First source vector.
Second source vector.

In This Topic
    DotRef Method (Vector2)
    In This Topic
    Calculates the dot product of two vectors.
    Syntax
    'Declaration
     
    Public Shared Function DotRef( _
       ByRef left As Vector2, _
       ByRef right As Vector2 _
    ) As System.Single
    public static System.float DotRef( 
       ref Vector2 left,
       ref Vector2 right
    )

    Parameters

    left
    First source vector.
    right
    Second source vector.
    See Also