Edge.Edge Constructors
Initializes a new instance of the Edge class.
Overload List
Name | Description | |
---|---|---|
Public method | Edge() | Initializes a new instance of the Edge class. |
Public method | Edge(System.UInt32 vertex0, System.UInt32 vertex1) | Initializes a new instance of the Edge class with the given vertex indices. |
Edge()
Initializes a new instance of the Edge class.Syntax
public Edge ()
Remarks
This constructor zero initializes all vertex indices.
Edge(System.UInt32 vertex0, System.UInt32 vertex1)
Initializes a new instance of the Edge class with the given vertex indices.Syntax
public Edge (
System.UInt32 vertex0,
System.UInt32 vertex1
)
Parameters
vertex0
Type: System.UInt32
The index of the first vertex in the edge.
The index of the first vertex in the edge.
vertex1
Type: System.UInt32
The index of the second vertex in the edge.
The index of the second vertex in the edge.
Platforms
Windows, Linux, Android