Segment3D(Vector3D) Constructor

3D vector constructor.
Public Sub New( _ 
ByVal p1 As Vector3D
)
This language is not supported or no code example is available.
public Segment3D( 
Vector3D p1 
)
This language is not supported or no code example is available.

Parameters

p1
Vector3D

The 3D vector

.NET Framework

Supported in: 4.8

In this article

Definition