Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point3D Class / Subtraction Operator / Subtraction(Point3D,Point3D) Operator
First 3D point
Second 3D point

In This Topic
    Subtraction(Point3D,Point3D) Operator
    In This Topic
    Subtraction between two 3D points.
    Syntax
    'Declaration
     
    Overloads Public Operator -( _
       ByVal a As Point3D, _
       ByVal b As Point3D _
    ) As Point3D
    public Point3D operator -( 
       Point3D a,
       Point3D b
    )

    Parameters

    a
    First 3D point
    b
    Second 3D point

    Return Value

    The resulting 3D point.
    See Also