IndexTriangle(Int32, Int32, Int32) Constructor

Standard constructor.
Public Sub New( _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByVal v3 As Integer
)
This language is not supported or no code example is available.
public IndexTriangle( 
int v1
int v2
int v3 
)
This language is not supported or no code example is available.

Parameters

v1
int

Index of the first triangle vertex

v2
int

Index of the second triangle vertex

v3
int

Index of the third triangle vertex

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition