Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector2D Class / PerpDotProduct Method
First 2D vector (unit length)
Second 2D vector (unit length)

In This Topic
    PerpDotProduct Method
    In This Topic
    Perpendicular dot product.
    Syntax
    'Declaration
     
    Public Shared Function PerpDotProduct( _
       ByVal u As Vector2D, _
       ByVal v As Vector2D _
    ) As Double
    public static double PerpDotProduct( 
       Vector2D u,
       Vector2D v
    )

    Parameters

    u
    First 2D vector (unit length)
    v
    Second 2D vector (unit length)

    Return Value

    The perpendicular dot product value.
    See Also