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

In This Topic
    AreCoincident(Vector2D,Vector2D) Method
    In This Topic
    Returns true if the angle between the two 2D vectors is zero.
    Syntax
    'Declaration
     
    Public Overloads Shared Function AreCoincident( _
       ByVal u As Vector2D, _
       ByVal v As Vector2D _
    ) As Boolean
    public static bool AreCoincident( 
       Vector2D u,
       Vector2D v
    )

    Parameters

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