VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Add Methods / Add(VintasoftVector3D,VintasoftVector3D) Method
Syntax Requirements SeeAlso
    Add(VintasoftVector3D,VintasoftVector3D) Method (VintasoftVector3D)
    Adds two vectors and returns the result as a VintasoftVector3D structure.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Add( _
    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