VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Addition Operators / Addition(VintasoftVector3D,VintasoftPoint3D) Operator
Syntax Requirements SeeAlso
In This Topic
Addition(VintasoftVector3D,VintasoftPoint3D) Operator (VintasoftVector3D)
In This Topic
Translates a point by the specified vector and returns the resulting point.
Syntax
'Declaration

Public Overloads Operator +( _
ByVal vector
The vector used to translate point.
As VintasoftVector3D, _
ByVal point
The point to translate.
As VintasoftPoint3D _
) As VintasoftPoint3D

Parameters

vector
The vector used to translate point.
point
The point to translate.

Return Value

The result of translating point by vector.
Requirements

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

See Also