Click or drag to resize
DigitalRuneDcelEdgeNext Property
Gets or sets the next edge (for the same face).

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public DcelEdge Next { get; set; }

Property Value

Type: DcelEdge
The next edge (for the same face).
See Also