Point3D.Addition (Point3D, Point3D) Operator

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

Parameters

a
Point3D

First 3D point

b
Point3D

Second 3D point

Return Value

Point3D

The resulting 3D point.

.NET Framework

Supported in: 4.8

In this article

Definition