Vector3D(Point3D, Point3D) Constructor

Two 3D points constructor. A 3D vector with direction from P0 to P1.
Public Sub New( _ 
ByVal P0 As Point3D, _ 
ByVal P1 As Point3D
)
This language is not supported or no code example is available.
public Vector3D( 
Point3D P0
Point3D P1 
)
This language is not supported or no code example is available.

Parameters

P0
Point3D

First point

P1
Point3D

Second point

.NET Framework

Supported in: 4.8

In this article

Definition