Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / Add Method
The first 3D point
The second 3D point

In This Topic
    Add Method (Vector3D)
    In This Topic
    Addition between two 3D points.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal a As Point3D, _
       ByVal b As Point3D _
    ) As Vector3D
    public static Vector3D Add( 
       Point3D a,
       Point3D b
    )

    Parameters

    a
    The first 3D point
    b
    The second 3D point

    Return Value

    The resulting 3D vector.
    See Also