Segment3D(Point3D, Point3D) Constructor

Point3D constructor.
Public Sub New( _ 
ByVal p0 As Point3D, _ 
ByVal p1 As Point3D
)
This language is not supported or no code example is available.
public Segment3D( 
Point3D p0
Point3D p1 
)
This language is not supported or no code example is available.

Parameters

p0
Point3D

Start point

p1
Point3D

End point

.NET Framework

Supported in: 4.8

In this article

Definition