Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Reflect Method / Reflect(Vector3D) Method
Vector to reflect

In This Topic
    Reflect(Vector3D) Method
    In This Topic
    Reflects a vector about a plane.
    Syntax
    'Declaration
     
    Public Overloads Function Reflect( _
       ByVal vector As Vector3D _
    ) As Vector3D
    public Vector3D Reflect( 
       Vector3D vector
    )

    Parameters

    vector
    Vector to reflect

    Return Value

    The reflected vector
    Remarks
    Since the vector starts at the world origin, the reflecting plane is considered passing through it.
    See Also