VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Addition Operators / Addition(VintasoftVector3D,VintasoftVector3D) Operator
Syntax Requirements SeeAlso
In This Topic
    Addition(VintasoftVector3D,VintasoftVector3D) Operator (VintasoftVector3D)
    In This Topic
    Adds two vectors and returns the result as a vector.
    Syntax
    'Declaration
    
    Public Overloads Operator +( _
    ByVal vector1
    The first vector to add.
    As VintasoftVector3D, _
    ByVal vector2
    The second vector to add.
    As VintasoftVector3D _
    ) As VintasoftVector3D

    Parameters

    vector1
    The first vector to add.
    vector2
    The second vector to add.

    Return Value

    The sum of 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