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

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

Parameters

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

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