|
Edge3 Constructor
|
Initializes a new instance of the
Edge3 struct.
create an edge of a mesh via two vertex indexes.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Edge3(
int a,
int b
)
Public Sub New (
a As Integer,
b As Integer
)
public:
Edge3(
int a,
int b
)
new :
a : int *
b : int -> Edge3
Parameters
- a
- Type: SystemInt32
index of starting vertex. - b
- Type: SystemInt32
index of end vertex.
See Also