Click or drag to resize
DigitalRuneDcelVertex Constructor (Vector3F, DcelEdge)
Initializes a new instance of the DcelVertex class with a given position and edge.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public DcelVertex(
	Vector3F position,
	DcelEdge edge
)

Parameters

position
Type: DigitalRune.Mathematics.AlgebraVector3F
The position.
edge
Type: DigitalRune.Geometry.MeshesDcelEdge
The edge.
See Also