Vector3D(Point3D, Point3D, Point3D) Constructor

Three 3D points constructor. A 3D vector perpendicular to a plane defined by 3 points.
Public Sub New( _ 
ByVal P0 As Point3D, _ 
ByVal P1 As Point3D, _ 
ByVal P2 As Point3D
)
This language is not supported or no code example is available.
public Vector3D( 
Point3D P0
Point3D P1
Point3D P2 
)
This language is not supported or no code example is available.

Parameters

P0
Point3D

Origin point

P1
Point3D

Point along the X axis

P2
Point3D

Point along the Y axis

Remarks
 
Check IsZero before using this 3D vector.

.NET Framework

Supported in: 4.8

In this article

Definition