Point3D.Addition (Point3D, Vector3D) Operator

Addition between a 3D point and a 3D vector.
Public Shared Operator +( _ 
ByVal a As Point3D, _ 
ByVal b As Vector3D
) As Point3D
This language is not supported or no code example is available.
public static Point3D operator +( 
Point3D a
Vector3D b 
)
This language is not supported or no code example is available.

Parameters

a
Point3D

The 3D point

b
Vector3D

The 3D vector

Return Value

Point3D

The resulting 3D point.

.NET Framework

Supported in: 4.8

In this article

Definition