Point3D.Addition (Vector3D, Point3D) Operator

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

Parameters

v
Vector3D

The 3D vector

p
Point3D

The 3D point

Return Value

Point3D

The resulting 3D point.

.NET Framework

Supported in: 4.8

In this article

Definition