Click or drag to resize
DigitalRuneVertexAdjacency Constructor
Initializes a new instance of the VertexAdjacency class.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public VertexAdjacency(
	DcelMesh mesh
)

Parameters

mesh
Type: DigitalRune.Geometry.MeshesDcelMesh
The mesh for which the adjacency information is built.
Exceptions
ExceptionCondition
NotSupportedException Too many vertices in convex hull. Max. 65534 vertices in convex hull are supported.
See Also