Click or drag to resize

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)
Syntax
public Edge3(
	int a,
	int b
)

Parameters

a
Type: SystemInt32
index of starting vertex.
b
Type: SystemInt32
index of end vertex.
See Also