Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point4D Class / Subtraction Operator
First 4D point
Second 4D point

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

    Parameters

    a
    First 4D point
    b
    Second 4D point

    Return Value

    The resulting 4D point.
    See Also