Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / PerpendicularTo Method
The test 3D vector

In This Topic
    PerpendicularTo Method
    In This Topic
    Sets this vector to be perpendicular to another vector. The result is not normalized.
    Syntax
    'Declaration
     
    Public Function PerpendicularTo( _
       ByVal v As Vector3D _
    ) As Boolean
    public bool PerpendicularTo( 
       Vector3D v
    )

    Parameters

    v
    The test 3D vector

    Return Value

    False if input vector is zero, true otherwise.
    See Also