Triangle(Point3D, Point3D, Point3D) Constructor

3D point constructor.
Public Sub New( _ 
ByVal v1 As Point3D, _ 
ByVal v2 As Point3D, _ 
ByVal v3 As Point3D
)
This language is not supported or no code example is available.
public Triangle( 
Point3D v1
Point3D v2
Point3D v3 
)
This language is not supported or no code example is available.

Parameters

v1
Point3D

First vertex

v2
Point3D

Second vertex

v3
Point3D

Third vertex

.NET Framework

Supported in: 4.8

In this article

Definition