Vector3D.Subtract Method

Subtraction between two 3D points.
Public Shared Function Subtract( _ 
ByVal a As Point3D, _ 
ByVal b As Point3D
) As Vector3D
This language is not supported or no code example is available.
public static Vector3D Subtract( 
Point3D a
Point3D b 
)
This language is not supported or no code example is available.

Parameters

a
Point3D

The first 3D point

b
Point3D

The second 3D point

Return Value

Vector3D

The resulting 3D vector.

.NET Framework

Supported in: 4.8

In this article

Definition