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

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

    Parameters

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