Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector2D Class / Dot Method / Dot(Vector2D,Point2D) Method

In This Topic
    Dot(Vector2D,Point2D) Method
    In This Topic
    Dot product between a 2D vector and a 2D point.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Dot( _
       ByVal v As Vector2D, _
       ByVal p As Point2D _
    ) As Double
    public static double Dot( 
       Vector2D v,
       Point2D p
    )

    Parameters

    v
    p
    See Also