VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Subtract(VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
In This Topic
    Subtract(VintasoftVector3D,VintasoftVector3D) Method (VintasoftVector3D)
    In This Topic
    Subtracts one specified vector from another.
    Syntax
    'Declaration
    
    Public Shared Function Subtract( _
    ByVal vector1
    The vector from which vector2 is subtracted.
    As VintasoftVector3D, _
    ByVal vector2
    The vector to subtract from vector1.
    As VintasoftVector3D _
    ) As VintasoftVector3D

    Parameters

    vector1
    The vector from which vector2 is subtracted.
    vector2
    The vector to subtract from vector1.

    Return Value

    The difference between vector1 and vector2.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also